Home | History | Annotate | Download | only in CodeGen

Lines Matching full:fixedentry

2293   uint64_t FixedEntry = 1 << 14;
2294 if (ActualEntry < FixedEntry)
2295 CSRCost *= BranchProbability(ActualEntry, FixedEntry);
2298 CSRCost /= BranchProbability(FixedEntry, ActualEntry);
2301 CSRCost = CSRCost.getFrequency() * (ActualEntry / FixedEntry);