Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DLiveIntervals.cpp668 SlotIndex MBBStart, MBBEnd; in pruneValue() local
669 std::tie(MBBStart, MBBEnd) = Indexes->getMBBRange(MBB); in pruneValue()
670 LiveQueryResult LRQ = LR.Query(MBBStart); in pruneValue()
679 LR.removeSegment(MBBStart, LRQ.endPoint()); in pruneValue()
686 LR.removeSegment(MBBStart, MBBEnd); in pruneValue()