Lines Matching refs:LocalCost
876 if (LocalCost + Cost < LocalCost) { in addLocalCost()
880 LocalCost += Cost; in addLocalCost()
895 return LocalCost == UINT64_MAX - 1 && NonLocalCost == UINT64_MAX && in isSaturated()
901 --LocalCost; in saturate()
935 return LocalCost < Cost.LocalCost; in operator <()
941 if (LocalCost < Cost.LocalCost) in operator <()
942 OtherLocalAdjust = Cost.LocalCost - LocalCost; in operator <()
944 ThisLocalAdjust = LocalCost - Cost.LocalCost; in operator <()
946 ThisLocalAdjust = LocalCost; in operator <()
947 OtherLocalAdjust = Cost.LocalCost; in operator <()
986 return LocalCost == Cost.LocalCost && NonLocalCost == Cost.NonLocalCost && in operator ==()
1006 OS << LocalFreq << " * " << LocalCost << " + " << NonLocalCost; in print()