Home
last modified time | relevance | path

Searched refs:PredEnd (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRenameIndependentSubregs.cpp326 SlotIndex PredEnd = Indexes.getMBBEndIdx(PredMBB); in computeMainRangesFixFlags() local
327 if (subRangeLiveAt(LI, PredEnd.getPrevSlot())) in computeMainRangesFixFlags()
339 SR.addSegment(LiveRange::Segment(RegDefIdx, PredEnd, SRVNI)); in computeMainRangesFixFlags()
H A DWinEHPrepare.cpp842 for (unsigned PredIdx = 0, PredEnd = NumPreds; PredIdx != PredEnd; in cloneCommonBlocks() local
865 --PredEnd; in cloneCommonBlocks()
H A DSplitKit.cpp1466 SlotIndex PredEnd = Indexes.getMBBEndIdx(Pred); in forceRecomputeVNI() local
1467 VNInfo *PredVNI = ParentLI.getVNInfoBefore(PredEnd); in forceRecomputeVNI()
H A DRegisterCoalescer.cpp1830 SlotIndex PredEnd = LIS->getMBBEndIdx(Pred); in copyValueUndefInPredecessors() local
1831 if (VNInfo *V = S.getVNInfoAt(PredEnd.getPrevSlot())) { in copyValueUndefInPredecessors()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLoopInfo.h245 auto PredEnd = GraphTraits<Inverse<BlockT *>>::child_end(Header); in isLoopLatch() local
246 return std::find(PredBegin, PredEnd, BB) != PredEnd; in isLoopLatch()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DHotColdSplitting.cpp469 auto PredEnd = idf_end(&SinkBB); in create() local
470 while (PredIt != PredEnd) { in create()