Searched refs:CopyPropagation (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | RDFCopy.h | 27 struct CopyPropagation { struct 28 CopyPropagation(DataFlowGraph &dfg) : MDT(dfg.getDT()), DFG(dfg), in CopyPropagation() function 31 virtual ~CopyPropagation() = default;
|
| H A D | RDFCopy.cpp | 39 bool CopyPropagation::interpretAsCopy(const MachineInstr *MI, EqualityMap &EM) { in interpretAsCopy() 64 void CopyPropagation::recordCopy(NodeAddr<StmtNode*> SA, EqualityMap &EM) { in recordCopy() 79 void CopyPropagation::updateMap(NodeAddr<InstrNode*> IA) { in updateMap() 103 bool CopyPropagation::scanBlock(MachineBasicBlock *B) { in scanBlock() 128 bool CopyPropagation::run() { in run()
|
| H A D | HexagonRDFOpt.cpp | 83 struct HexagonCP : public CopyPropagation { 84 HexagonCP(DataFlowGraph &G) : CopyPropagation(G) {} in HexagonCP() 144 return CopyPropagation::interpretAsCopy(MI, EM); in INITIALIZE_PASS_DEPENDENCY()
|
| H A D | HexagonBitSimplify.cpp | 1531 class CopyPropagation : public Transformation { class 1533 CopyPropagation(const HexagonRegisterInfo &hri, MachineRegisterInfo &mri) in CopyPropagation() function in __anonbc27dab50711::CopyPropagation 1611 if (CopyPropagation::isCopyReg(Opc, false) || in processBlock() 1659 bool CopyPropagation::isCopyReg(unsigned Opc, bool NoConv) { in isCopyReg() 1677 bool CopyPropagation::propagateRegCopy(MachineInstr &MI) { in propagateRegCopy() 1730 bool CopyPropagation::processBlock(MachineBasicBlock &B, const RegisterSet&) { in processBlock() 1738 if (!CopyPropagation::isCopyReg(Opc, true)) in processBlock() 2811 CopyPropagation CopyP(HRI, MRI); in runOnMachineFunction()
|