Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DMachineBlockPlacement.cpp2467 auto LargestExitEdgeProb = BranchProbability::getZero(); in rotateLoopWithProfile() local
2473 LargestExitEdgeProb = std::max(LargestExitEdgeProb, SuccProb); in rotateLoopWithProfile()
2476 if (LargestExitEdgeProb > BranchProbability::getZero()) { in rotateLoopWithProfile()
2477 auto ExitFreq = MBFI->getBlockFreq(BB) * LargestExitEdgeProb; in rotateLoopWithProfile()