Lines Matching refs:EdgeFreq
1074 BlockFrequency EdgeFreq = MBFI->getBlockFreq(SuccPred) * in getBestTrellisSuccessor() local
1076 Edges[SuccIndex].push_back({EdgeFreq, SuccPred, Succ}); in getBestTrellisSuccessor()
1940 BlockFrequency EdgeFreq = MBFI->getBlockFreq(Pred) * in TopFallThroughFreq() local
1942 if (EdgeFreq > MaxFreq) in TopFallThroughFreq()
1943 MaxFreq = EdgeFreq; in TopFallThroughFreq()
1993 BlockFrequency EdgeFreq = MBFI->getBlockFreq(Pred) * in FallThroughGains() local
1995 if (EdgeFreq > FallThroughFromPred) { in FallThroughGains()
1996 FallThroughFromPred = EdgeFreq; in FallThroughGains()
2015 BlockFrequency EdgeFreq = MBFI->getBlockFreq(BestPred) * in FallThroughGains() local
2017 if (EdgeFreq > NewFreq) in FallThroughGains()
2018 NewFreq = EdgeFreq; in FallThroughGains()
2438 auto EdgeFreq = MBFI->getBlockFreq(Pred) * in rotateLoopWithProfile() local
2440 auto FallThruCost = ScaleBlockFrequency(EdgeFreq, MisfetchCost); in rotateLoopWithProfile()
2444 FallThruCost += ScaleBlockFrequency(EdgeFreq, JumpInstCost); in rotateLoopWithProfile()
3509 BlockFrequency EdgeFreq = BlockFreq * EP; in applyExtTsp() local
3511 JumpCounts[Edge] = EdgeFreq.getFrequency(); in applyExtTsp()
3680 BlockFrequency EdgeFreq = in INITIALIZE_PASS_DEPENDENCY() local
3683 BranchTakenFreq += EdgeFreq.getFrequency(); in INITIALIZE_PASS_DEPENDENCY()