Searched defs:isLiveOut (Results 1 - 9 of 9) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DMachineRegisterInfo.cpp188 bool MachineRegisterInfo::isLiveOut(unsigned Reg) const { function in class:MachineRegisterInfo
H A DLiveVariables.cpp703 bool LiveVariables::isLiveOut(unsigned Reg, const MachineBasicBlock &MBB) { function in class:LiveVariables
H A DStrongPHIElimination.cpp378 bool isLiveOut = false; local
382 isLiveOut = true;
387 if (isLiveOut)
H A DMachineVerifier.cpp166 bool isLiveOut(unsigned Reg) const { function in struct:__anon18540::MachineVerifier::BBInfo
926 // calcRegsPassed has been run so BBInfo::isLiveOut is valid.
939 if (PrInfo.reachable && !PrInfo.isLiveOut(Reg))
/external/llvm/lib/CodeGen/
H A DPHIElimination.cpp409 !LV->isLiveOut(SrcReg, opBlock)) {
472 bool isLiveOut = false; local
480 isLiveOut = true;
485 if (!isLiveOut) {
574 // LV doesn't consider a phi use live-out, so isLiveOut only returns true
650 return LV->isLiveOut(Reg, *MBB);
H A DLiveVariables.cpp740 bool LiveVariables::isLiveOut(unsigned Reg, const MachineBasicBlock &MBB) { function in class:LiveVariables
H A DMachineBasicBlock.cpp907 bool isLiveOut = LI.liveAt(LIS->getMBBStartIdx(Succ)); local
908 if (isLiveOut && isLastMBB) {
912 } else if (!isLiveOut && !isLastMBB) {
H A DMachineVerifier.cpp175 bool isLiveOut(unsigned Reg) const { function in struct:__anon12591::MachineVerifier::BBInfo
1452 // calcRegsPassed has been run so BBInfo::isLiveOut is valid.
1467 if (PrInfo.reachable && !PrInfo.isLiveOut(Reg))
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp2824 bool isLiveOut = hasOnlyLiveOutUses(SU); local
2875 (isLiveOut && !hasOnlyLiveOutUses(SuccSU)) ||

Completed in 886 milliseconds