Home
last modified time | relevance | path

Searched defs:PrevCopy (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/llvm/lib/CodeGen/
H A DMachineCopyPropagation.cpp159 MachineInstr &PrevCopy = *CI->second; in eraseIfRedundant() local
H A DPeepholeOptimizer.cpp1395 MachineInstr *PrevCopy = CopyMIs.find(SrcReg)->second; in foldRedundantCopy() local
1446 auto PrevCopy = NAPhysToVirtMIs.find(DstReg); in foldRedundantNAPhysCopy() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DPeepholeOptimizer.cpp1427 MachineInstr *PrevCopy = CopyMIs.find(SrcPair)->second; in foldRedundantCopy() local
1473 auto PrevCopy = NAPhysToVirtMIs.find(DstReg); in foldRedundantNAPhysCopy() local
H A DMachineCopyPropagation.cpp410 MachineInstr *PrevCopy = in eraseIfRedundant() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DPeepholeOptimizer.cpp1410 MachineInstr *PrevCopy = CopyMIs.find(SrcReg)->second; in foldRedundantCopy() local
1460 auto PrevCopy = NAPhysToVirtMIs.find(DstReg); in foldRedundantNAPhysCopy() local
H A DMachineCopyPropagation.cpp358 MachineInstr *PrevCopy = Tracker.findAvailCopy(Copy, Def, *TRI); in eraseIfRedundant() local