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()
826 for (unsigned PredIdx = 0, PredEnd = NumPreds; PredIdx != PredEnd; in cloneCommonBlocks() local849 --PredEnd; in cloneCommonBlocks()
1461 SlotIndex PredEnd = Indexes.getMBBEndIdx(Pred); in forceRecomputeVNI() local1462 VNInfo *PredVNI = ParentLI.getVNInfoBefore(PredEnd); in forceRecomputeVNI()
228 auto PredEnd = GraphTraits<Inverse<BlockT *>>::child_end(Header); in isLoopLatch() local229 return std::find(PredBegin, PredEnd, BB) != PredEnd; in isLoopLatch()
421 auto PredEnd = idf_end(&SinkBB); in create() local422 while (PredIt != PredEnd) { in create()