Searched refs:PredEnd (Results 1 – 6 of 6) 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()
842 for (unsigned PredIdx = 0, PredEnd = NumPreds; PredIdx != PredEnd; in cloneCommonBlocks() local865 --PredEnd; in cloneCommonBlocks()
1466 SlotIndex PredEnd = Indexes.getMBBEndIdx(Pred); in forceRecomputeVNI() local1467 VNInfo *PredVNI = ParentLI.getVNInfoBefore(PredEnd); in forceRecomputeVNI()
1830 SlotIndex PredEnd = LIS->getMBBEndIdx(Pred); in copyValueUndefInPredecessors() local1831 if (VNInfo *V = S.getVNInfoAt(PredEnd.getPrevSlot())) { in copyValueUndefInPredecessors()
245 auto PredEnd = GraphTraits<Inverse<BlockT *>>::child_end(Header); in isLoopLatch() local246 return std::find(PredBegin, PredEnd, BB) != PredEnd; in isLoopLatch()
469 auto PredEnd = idf_end(&SinkBB); in create() local470 while (PredIt != PredEnd) { in create()