Searched refs:isLiveOut (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DPHIElimination.cpp407 !LV->isLiveOut(SrcReg, opBlock)) {
470 bool isLiveOut = false; local
478 isLiveOut = true;
483 if (!isLiveOut) {
571 // LV doesn't consider a phi use live-out, so isLiveOut only returns true
646 return LV->isLiveOut(Reg, *MBB);
H A DMachineBasicBlock.cpp879 bool isLiveOut = LI.liveAt(LIS->getMBBStartIdx(Succ)); local
880 if (isLiveOut && isLastMBB) {
884 } else if (!isLiveOut && !isLastMBB) {
H A DMachineVerifier.cpp176 bool isLiveOut(unsigned Reg) const { function in struct:__anon2156::MachineVerifier::BBInfo
1227 // calcRegsPassed has been run so BBInfo::isLiveOut is valid.
1241 if (PrInfo.reachable && !PrInfo.isLiveOut(Reg))
H A DLiveVariables.cpp732 bool LiveVariables::isLiveOut(unsigned Reg, const MachineBasicBlock &MBB) { function in class:LiveVariables
/freebsd-9.3-release/contrib/llvm/include/llvm/CodeGen/
H A DLiveVariables.h285 /// isLiveOut - Determine if Reg is live out from MBB, when not considering
288 bool isLiveOut(unsigned Reg, const MachineBasicBlock &MBB);
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp2916 bool isLiveOut = hasOnlyLiveOutUses(SU);
2967 (isLiveOut && !hasOnlyLiveOutUses(SuccSU)) ||

Completed in 179 milliseconds