Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDLiveIntervals.h245 bool isLiveInToMBB(const LiveRange &LR, in isLiveInToMBB() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDPHIElimination.cpp646 return LIS->isLiveInToMBB(LIS->getInterval(Reg), MBB); in isLiveIn()
HDSplitKit.cpp117 return LIS.isLiveInToMBB(CurLI, EHPad); in computeLastInsertPoint()
HDMachineVerifier.cpp2641 assert(LiveInts->isLiveInToMBB(LR, &*MFI)); in verifyLiveRangeSegment()