Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DLiveIntervals.h239 bool isLiveInToMBB(const LiveRange &LR, in isLiveInToMBB() function
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DPHIElimination.cpp736 return LIS->isLiveInToMBB(LIS->getInterval(Reg), MBB); in isLiveIn()
H A DSplitKit.cpp110 return LIS.isLiveInToMBB(CurLI, EHPad); in computeLastInsertPoint()
H A DMachineVerifier.cpp3223 assert(LiveInts->isLiveInToMBB(LR, &*MFI)); in verifyLiveRangeSegment()