Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DHotColdSplitting.cpp568 auto SuccIt = ++df_begin(&SinkBB); in create() local
570 while (SuccIt != SuccEnd) { in create()
571 BasicBlock &SuccBB = **SuccIt; in create()
580 SuccIt.skipChildren(); in create()
591 ++SuccIt; in create()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp3301 auto SuccIt = Succs.begin(); in findDuplicateCandidates() local
3302 if (SuccIt != Succs.end()) { in findDuplicateCandidates()
3303 DefaultBranchProb = MBPI->getEdgeProbability(BB, *SuccIt).getCompl(); in findDuplicateCandidates()
3355 if (SuccIt != Succs.end()) in findDuplicateCandidates()
3356 SuccIt++; in findDuplicateCandidates()
3363 if (SuccIt == Succs.end()) { in findDuplicateCandidates()
3370 DupCost -= PredFreq * MBPI->getEdgeProbability(BB, *SuccIt); in findDuplicateCandidates()
3377 if (SuccIt != Succs.end()) in findDuplicateCandidates()
3378 SuccIt++; in findDuplicateCandidates()