9#ifndef LLVM_LIB_TARGET_HEXAGON_RDFCOPY_H
10#define LLVM_LIB_TARGET_HEXAGON_RDFCOPY_H
21class MachineBasicBlock;
22class MachineDominatorTree;
29 L(dfg.getMF().getRegInfo(), dfg) {}
49 std::map<NodeId, EqualityMap> CopyMap;
50 std::vector<NodeId> Copies;
static GCRegistry::Add< OcamlGC > B("ocaml", "ocaml 3.10-compatible GC")
DominatorTree Class - Concrete subclass of DominatorTreeBase that is used to compute a normal dominat...
Representation of each machine instruction.
This is an optimization pass for GlobalISel generic memory operations.
CopyPropagation(DataFlowGraph &dfg)
std::map< RegisterRef, RegisterRef > EqualityMap
virtual bool interpretAsCopy(const MachineInstr *MI, EqualityMap &EM)
virtual ~CopyPropagation()=default