Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DLiveIntervalAnalysis.cpp610 SlotIndex MBBStart, MBBEnd; in pruneValue() local
611 std::tie(MBBStart, MBBEnd) = Indexes->getMBBRange(MBB); in pruneValue()
612 LiveQueryResult LRQ = LR.Query(MBBStart); in pruneValue()
621 LR.removeSegment(MBBStart, LRQ.endPoint()); in pruneValue()
628 LR.removeSegment(MBBStart, MBBEnd); in pruneValue()