Searched refs:PredEnd (Results 1 – 5 of 5) sorted by relevance
326 SlotIndex PredEnd = Indexes.getMBBEndIdx(PredMBB); in computeMainRangesFixFlags() local327 if (subRangeLiveAt(LI, PredEnd.getPrevSlot())) in computeMainRangesFixFlags()339 SR.addSegment(LiveRange::Segment(RegDefIdx, PredEnd, SRVNI)); in computeMainRangesFixFlags()
987 for (unsigned PredIdx = 0, PredEnd = NumPreds; PredIdx != PredEnd; in cloneCommonBlocks() local1007 --PredEnd; in cloneCommonBlocks()
1495 SlotIndex PredEnd = Indexes.getMBBEndIdx(Pred); in forceRecomputeVNI() local1496 VNInfo *PredVNI = ParentLI.getVNInfoBefore(PredEnd); in forceRecomputeVNI()
1928 SlotIndex PredEnd = LIS->getMBBEndIdx(Pred); in copyValueUndefInPredecessors() local1929 if (VNInfo *V = S.getVNInfoAt(PredEnd.getPrevSlot())) { in copyValueUndefInPredecessors()
499 auto PredEnd = idf_end(&SinkBB); in create() local500 while (PredIt != PredEnd) { in create()