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

/external/llvm/lib/CodeGen/
H A DPHIElimination.cpp407 !LV->isLiveOut(SrcReg, opBlock)) {
470 bool isLiveOut = false; local
478 isLiveOut = true;
483 if (!isLiveOut) {
572 // LV doesn't consider a phi use live-out, so isLiveOut only returns true
647 return LV->isLiveOut(Reg, *MBB);
H A DMachineBasicBlock.cpp890 bool isLiveOut = LI.liveAt(LIS->getMBBStartIdx(Succ)); local
891 if (isLiveOut && isLastMBB) {
895 } else if (!isLiveOut && !isLastMBB) {
H A DMachineVerifier.cpp176 bool isLiveOut(unsigned Reg) const { function in struct:__anon25778::MachineVerifier::BBInfo
1223 // calcRegsPassed has been run so BBInfo::isLiveOut is valid.
1238 if (PrInfo.reachable && !PrInfo.isLiveOut(Reg))
H A DLiveVariables.cpp733 bool LiveVariables::isLiveOut(unsigned Reg, const MachineBasicBlock &MBB) { function in class:LiveVariables
/external/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);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DR600ISelLowering.cpp263 if (!MRI.isLiveOut(Reg)) {
/external/mesa3d/src/gallium/drivers/radeon/
H A DR600ISelLowering.cpp263 if (!MRI.isLiveOut(Reg)) {
/external/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp2910 bool isLiveOut = hasOnlyLiveOutUses(SU);
2961 (isLiveOut && !hasOnlyLiveOutUses(SuccSU)) ||

Completed in 2398 milliseconds