Home
last modified time | relevance | path

Searched defs:LastDef (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveVariables.cpp222 MachineInstr *LastDef = nullptr; in FindLastPartialDef() local
253 MachineInstr *LastDef = PhysRegDef[Reg.id()]; in HandlePhysRegUse() local
300 MachineInstr *LastDef = PhysRegDef[Reg.id()]; in FindLastRefOrPartRef() local
329 MachineInstr *LastDef = PhysRegDef[Reg.id()]; in HandlePhysRegKill() local
H A DReachingDefAnalysis.cpp325 int LastDef = ReachingDefDefaultVal; in traverse() local
H A DModuloSchedule.cpp1049 bool LastDef, in updateInstruction()
2706 bool LastDef) { in updateInstrDef()
H A DTwoAddressInstructionPass.cpp340 unsigned &LastDef) { in noUseAfterLastDef()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp687 auto *LastDef = cast<MemoryDef>(MSSA->getMemoryAccess(SI)); in processStoreOfLoad() local
1264 auto *LastDef = cast<MemoryDef>(MSSA->getMemoryAccess(M)); in processMemCpyMemCpyDependence() local
1378 auto *LastDef = cast<MemoryDef>(MSSA->getMemoryAccess(MemCpy)); in processMemSetMemCpyDependence() local
1503 auto *LastDef = cast<MemoryDef>(MSSA->getMemoryAccess(MemCpy)); in performMemCpyToMemSetOptzn() local
1775 auto *LastDef = cast<MemoryDef>(MA); in processMemCpy() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonCopyToCombine.cpp385 DenseMap<unsigned, MachineInstr *> LastDef; in findPotentialNewifiableTFRs() local
H A DHexagonBlockRanges.cpp290 std::map<RegisterRef,IndexType> LastDef, LastUse; in computeInitialLiveRanges() local