Searched refs:MBBStart (Results 1 – 2 of 2) sorted by relevance
102 auto MBBStart = MBB->instr_rend(); in findFlagsImpDef() local103 for (int i = 0; (i < SearchBound) && (MI != MBBStart); ++i, ++MI) in findFlagsImpDef()
619 SlotIndex MBBStart, MBBEnd; in pruneValue() local620 std::tie(MBBStart, MBBEnd) = Indexes->getMBBRange(MBB); in pruneValue()621 LiveQueryResult LRQ = LR.Query(MBBStart); in pruneValue()630 LR.removeSegment(MBBStart, LRQ.endPoint()); in pruneValue()637 LR.removeSegment(MBBStart, MBBEnd); in pruneValue()