Home
last modified time | relevance | path

Searched refs:PredIt (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DSafepointIRVerifier.cpp78 static const Use& getEdge(const_pred_iterator &PredIt) { in getEdge() argument
79 auto &PU = PredIt.getUse(); in getEdge()
89 for (const_pred_iterator PredIt(BB), End(BB, true); PredIt != End; ++PredIt) { in hasLiveIncomingEdge() local
90 if (InBB == *PredIt) { in hasLiveIncomingEdge()
91 if (!isDeadEdge(&getEdge(PredIt))) in hasLiveIncomingEdge()
118 for (const_pred_iterator PredIt(BB), End(BB, true); PredIt != End; ++PredIt) { in hasLiveIncomingEdges() local
119 auto &PU = PredIt.getUse(); in hasLiveIncomingEdges()
121 if (!isDeadBlock(*PredIt) && !isDeadEdge(&U)) in hasLiveIncomingEdges()
621 for (const_pred_iterator PredIt(BB), End(BB, true); PredIt != End; ++PredIt) { in recalculateBBsStates() local
622 const BasicBlock *PBB = *PredIt; in recalculateBBsStates()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DHotColdSplitting.cpp468 auto PredIt = ++idf_begin(&SinkBB); in create() local
470 while (PredIt != PredEnd) { in create()
471 BasicBlock &PredBB = **PredIt; in create()
484 PredIt.skipChildren(); in create()
491 unsigned PredScore = getEntryPointScore(PredBB, PredIt.getPathLength()); in create()
498 ++PredIt; in create()