Home
last modified time | relevance | path

Searched refs:getBoundaryIndex (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSplitKit.cpp684 Idx = Idx.getBoundaryIndex(); in enterIntvAfter()
752 SlotIndex Boundary = Idx.getBoundaryIndex(); in leaveIntvAfter()
1696 LeaveBefore.getBaseIndex() > EnterAfter.getBoundaryIndex())) { in splitLiveThroughBlock()
1766 if (!LeaveBefore || LeaveBefore > BI.LastInstr.getBoundaryIndex()) { in splitRegInBlock()
H A DVirtRegMap.cpp516 SlotIndex AfterMIDefs = MIIndex.getBoundaryIndex(); in subRegLiveThrough()
H A DRegAllocGreedy.cpp1500 BI.LiveOut ? BI.LastInstr.getBoundaryIndex() : BI.LastInstr; in calcGapWeights()
1521 while (Uses[Gap+1].getBoundaryIndex() < IntI.start()) in calcGapWeights()
1547 while (Uses[Gap+1].getBoundaryIndex() < I->start) in calcGapWeights()
H A DMachineVerifier.cpp3680 PEnd = Indexes->getInstructionIndex(MI).getBoundaryIndex(); in verifyLiveRangeSegment()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSlotIndexes.h231 SlotIndex getBoundaryIndex() const { in getBoundaryIndex() function
H A DLiveInterval.h520 endIndex() < End.getBoundaryIndex(); in isLocal()