Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DLiveIntervals.h245 bool isLiveInToMBB(const LiveRange &LR, in isLiveInToMBB() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DPHIElimination.cpp711 return LIS->isLiveInToMBB(LIS->getInterval(Reg), MBB); in isLiveIn()
H A DSplitKit.cpp112 return LIS.isLiveInToMBB(CurLI, EHPad); in computeLastInsertPoint()
H A DMachineVerifier.cpp2983 assert(LiveInts->isLiveInToMBB(LR, &*MFI)); in verifyLiveRangeSegment()