Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DReachingDefAnalysis.h172 bool hasLocalDefBefore(MachineInstr *MI, MCRegister PhysReg) const;
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DReachingDefAnalysis.cpp286 return hasLocalDefBefore(MI, PhysReg) in getReachingLocalMIDef()
326 bool ReachingDefAnalysis::hasLocalDefBefore(MachineInstr *MI, in hasLocalDefBefore() function in ReachingDefAnalysis
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp657 if (RDA.hasLocalDefBefore(VCTP, NumElements)) { in ValidateTailPredicate()
709 if (RDA.hasLocalDefBefore(&MBB->back(), NumElements)) in ValidateTailPredicate()
809 !RDA.hasLocalDefBefore(VCTP, VCTP->getOperand(1).getReg())) { in ValidateTailPredicate()