Home
last modified time | relevance | path

Searched refs:interpretAsCopy (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonRDFOpt.cpp93 bool interpretAsCopy(const MachineInstr *MI, EqualityMap &EM) override;
117 bool HexagonCP::interpretAsCopy(const MachineInstr *MI, EqualityMap &EM) { in INITIALIZE_PASS_DEPENDENCY()
151 return CopyPropagation::interpretAsCopy(MI, EM); in INITIALIZE_PASS_DEPENDENCY()
H A DRDFCopy.h39 virtual bool interpretAsCopy(const MachineInstr *MI, EqualityMap &EM);
H A DRDFCopy.cpp40 bool CopyPropagation::interpretAsCopy(const MachineInstr *MI, EqualityMap &EM) { in interpretAsCopy() function in CopyPropagation
113 if (interpretAsCopy(SA.Addr->getCode(), EM)) in scanBlock()