Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DLiveIntervals.cpp662 SlotIndex MBBStart, MBBEnd; in pruneValue() local
663 std::tie(MBBStart, MBBEnd) = Indexes->getMBBRange(MBB); in pruneValue()
664 LiveQueryResult LRQ = LR.Query(MBBStart); in pruneValue()
673 LR.removeSegment(MBBStart, LRQ.endPoint()); in pruneValue()
680 LR.removeSegment(MBBStart, MBBEnd); in pruneValue()