Home
last modified time | relevance | path

Searched refs:isLiveInToMBB (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveIntervals.h256 bool isLiveInToMBB(const LiveRange &LR, const MachineBasicBlock *mbb) const { in isLiveInToMBB() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DPHIElimination.cpp838 return LIS->isLiveInToMBB(LIS->getInterval(Reg), MBB); in isLiveIn()
H A DSplitKit.cpp115 return LIS.isLiveInToMBB(CurLI, EHPad); in computeLastInsertPoint()
H A DRegisterCoalescer.cpp2877 (DefMI->getParent() != OtherMBB || LIS->isLiveInToMBB(LR, OtherMBB))) { in analyzeValue()
H A DMachineVerifier.cpp3660 assert(LiveInts->isLiveInToMBB(LR, &*MFI)); in verifyLiveRangeSegment()