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

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

Completed in 170 milliseconds