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

/external/llvm/lib/CodeGen/
H A DMachineRegisterInfo.cpp243 bool MachineRegisterInfo::isLiveOut(unsigned Reg) const { function in class:MachineRegisterInfo
H A DLiveVariables.cpp758 bool LiveVariables::isLiveOut(unsigned Reg, const MachineBasicBlock &MBB) { function in class:LiveVariables
H A DStrongPHIElimination.cpp377 bool isLiveOut = false; local
381 isLiveOut = true;
386 if (isLiveOut)
H A DMachineVerifier.cpp176 bool isLiveOut(unsigned Reg) const { function in struct:__anon8692::MachineVerifier::BBInfo
1190 // calcRegsPassed has been run so BBInfo::isLiveOut is valid.
1204 if (PrInfo.reachable && !PrInfo.isLiveOut(Reg))

Completed in 553 milliseconds