Searched refs:PredEnd (Results 1 – 5 of 5) sorted by relevance
332 SlotIndex PredEnd = Indexes.getMBBEndIdx(PredMBB); in computeMainRangesFixFlags() local333 if (subRangeLiveAt(LI, PredEnd.getPrevSlot())) in computeMainRangesFixFlags()347 SR.addSegment(LiveRange::Segment(RegDefIdx, PredEnd, SRVNI)); in computeMainRangesFixFlags()
1018 for (unsigned PredIdx = 0, PredEnd = NumPreds; PredIdx != PredEnd; in cloneCommonBlocks() local1038 --PredEnd; in cloneCommonBlocks()
1530 SlotIndex PredEnd = Indexes.getMBBEndIdx(Pred); in forceRecomputeVNI() local1531 VNInfo *PredVNI = ParentLI.getVNInfoBefore(PredEnd); in forceRecomputeVNI()
1988 SlotIndex PredEnd = LIS->getMBBEndIdx(Pred); in copyValueUndefInPredecessors() local1989 if (VNInfo *V = S.getVNInfoAt(PredEnd.getPrevSlot())) { in copyValueUndefInPredecessors()
516 auto PredEnd = idf_end(&SinkBB); in create() local517 while (PredIt != PredEnd) { in create()