Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp2504 auto LargestExitEdgeProb = BranchProbability::getZero(); in rotateLoopWithProfile() local
2510 LargestExitEdgeProb = std::max(LargestExitEdgeProb, SuccProb); in rotateLoopWithProfile()
2513 if (LargestExitEdgeProb > BranchProbability::getZero()) { in rotateLoopWithProfile()
2514 auto ExitFreq = MBFI->getBlockFreq(BB) * LargestExitEdgeProb; in rotateLoopWithProfile()