Lines Matching refs:EdgeFreq
1085 BlockFrequency EdgeFreq = MBFI->getBlockFreq(SuccPred) * in getBestTrellisSuccessor() local
1087 Edges[SuccIndex].push_back({EdgeFreq, SuccPred, Succ}); in getBestTrellisSuccessor()
1952 BlockFrequency EdgeFreq = MBFI->getBlockFreq(Pred) * in TopFallThroughFreq() local
1954 if (EdgeFreq > MaxFreq) in TopFallThroughFreq()
1955 MaxFreq = EdgeFreq; in TopFallThroughFreq()
2005 BlockFrequency EdgeFreq = in FallThroughGains() local
2007 if (EdgeFreq > FallThroughFromPred) { in FallThroughGains()
2008 FallThroughFromPred = EdgeFreq; in FallThroughGains()
2027 BlockFrequency EdgeFreq = MBFI->getBlockFreq(BestPred) * in FallThroughGains() local
2029 if (EdgeFreq > NewFreq) in FallThroughGains()
2030 NewFreq = EdgeFreq; in FallThroughGains()
2451 auto EdgeFreq = MBFI->getBlockFreq(Pred) * in rotateLoopWithProfile() local
2453 auto FallThruCost = ScaleBlockFrequency(EdgeFreq, MisfetchCost); in rotateLoopWithProfile()
2457 FallThruCost += ScaleBlockFrequency(EdgeFreq, JumpInstCost); in rotateLoopWithProfile()
3717 BlockFrequency EdgeFreq = in INITIALIZE_PASS_DEPENDENCY() local
3720 BranchTakenFreq += EdgeFreq.getFrequency(); in INITIALIZE_PASS_DEPENDENCY()