Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp2455 auto LargestExitEdgeProb = BranchProbability::getZero(); in rotateLoopWithProfile() local
2461 LargestExitEdgeProb = std::max(LargestExitEdgeProb, SuccProb); in rotateLoopWithProfile()
2464 if (LargestExitEdgeProb > BranchProbability::getZero()) { in rotateLoopWithProfile()
2465 auto ExitFreq = MBFI->getBlockFreq(BB) * LargestExitEdgeProb; in rotateLoopWithProfile()