Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineBlockPlacement.cpp2391 auto LargestExitEdgeProb = BranchProbability::getZero(); in rotateLoopWithProfile() local
2397 LargestExitEdgeProb = std::max(LargestExitEdgeProb, SuccProb); in rotateLoopWithProfile()
2400 if (LargestExitEdgeProb > BranchProbability::getZero()) { in rotateLoopWithProfile()
2401 auto ExitFreq = MBFI->getBlockFreq(BB) * LargestExitEdgeProb; in rotateLoopWithProfile()