Home
last modified time | relevance | path

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

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