Home
last modified time | relevance | path

Searched refs:expiredAt (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/CodeGen/
DLiveRangeUtils.h35 assert((SplitLRs[eq-1]->empty() || SplitLRs[eq-1]->expiredAt(I->start)) && in DistributeRange()
/external/llvm/lib/Target/AArch64/
DAArch64PBQPRegAlloc.cpp324 return LI.expiredAt(SI); in regJustKilledBefore()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DLiveInterval.h371 bool expiredAt(SlotIndex index) const {
/external/llvm/include/llvm/CodeGen/
DLiveInterval.h369 bool expiredAt(SlotIndex index) const { in expiredAt() function
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRegAllocLinearScan.cpp1380 if (!HI->expiredAt(earliestStart) && in assignRegOrStackSlotAtInterval()
1381 HI->expiredAt(cur->beginIndex())) { in assignRegOrStackSlotAtInterval()
DLiveInterval.cpp731 assert((LIV[eq]->empty() || LIV[eq]->expiredAt(I->start)) && in Distribute()
DStrongPHIElimination.cpp736 if (SrcLI.liveAt(MBBStartIndex) && SrcLI.expiredAt(NextInstrIndex)) in InsertCopiesForPHI()