Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp2580 SmallVector<BranchProbability, 4> BBSuccProbs; in updateBlockFreqAndEdgeWeight() local
2582 BBSuccProbs.assign(BBSuccFreq.size(), in updateBlockFreqAndEdgeWeight()
2586 BBSuccProbs.push_back( in updateBlockFreqAndEdgeWeight()
2589 BranchProbability::normalizeProbabilities(BBSuccProbs.begin(), in updateBlockFreqAndEdgeWeight()
2590 BBSuccProbs.end()); in updateBlockFreqAndEdgeWeight()
2594 BPI->setEdgeProbability(BB, BBSuccProbs); in updateBlockFreqAndEdgeWeight()
2630 if (BBSuccProbs.size() >= 2 && HasProfile) { in updateBlockFreqAndEdgeWeight()
2632 for (auto Prob : BBSuccProbs) in updateBlockFreqAndEdgeWeight()