Home
last modified time | relevance | path

Searched defs:isLiveOut (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/CodeGen/
DPHIElimination.cpp470 bool isLiveOut = false; in LowerPHINode() local
DLiveVariables.cpp733 bool LiveVariables::isLiveOut(unsigned Reg, const MachineBasicBlock &MBB) { in isLiveOut() function in LiveVariables
DMachineBasicBlock.cpp890 bool isLiveOut = LI.liveAt(LIS->getMBBStartIdx(Succ)); in SplitCriticalEdge() local
DMachineVerifier.cpp176 bool isLiveOut(unsigned Reg) const { in isLiveOut() function
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp2910 bool isLiveOut = hasOnlyLiveOutUses(SU); in AddPseudoTwoAddrDeps() local