Searched refs:LargestExitEdgeProb (Results 1 – 3 of 3) sorted by relevance
1163 auto LargestExitEdgeProb = BranchProbability::getZero(); in rotateLoopWithProfile() local1169 LargestExitEdgeProb = std::max(LargestExitEdgeProb, SuccProb); in rotateLoopWithProfile()1172 if (LargestExitEdgeProb > BranchProbability::getZero()) { in rotateLoopWithProfile()1173 auto ExitFreq = MBFI->getBlockFreq(BB) * LargestExitEdgeProb; in rotateLoopWithProfile()
2391 auto LargestExitEdgeProb = BranchProbability::getZero(); in rotateLoopWithProfile() local2397 LargestExitEdgeProb = std::max(LargestExitEdgeProb, SuccProb); in rotateLoopWithProfile()2400 if (LargestExitEdgeProb > BranchProbability::getZero()) { in rotateLoopWithProfile()2401 auto ExitFreq = MBFI->getBlockFreq(BB) * LargestExitEdgeProb; in rotateLoopWithProfile()
2423 auto LargestExitEdgeProb = BranchProbability::getZero(); in rotateLoopWithProfile() local2429 LargestExitEdgeProb = std::max(LargestExitEdgeProb, SuccProb); in rotateLoopWithProfile()2432 if (LargestExitEdgeProb > BranchProbability::getZero()) { in rotateLoopWithProfile()2433 auto ExitFreq = MBFI->getBlockFreq(BB) * LargestExitEdgeProb; in rotateLoopWithProfile()