Lines Matching refs:LocalCost
980 if (LocalCost + Cost < LocalCost) { in addLocalCost()
984 LocalCost += Cost; in addLocalCost()
999 return LocalCost == UINT64_MAX - 1 && NonLocalCost == UINT64_MAX && in isSaturated()
1005 --LocalCost; in saturate()
1039 return LocalCost < Cost.LocalCost; in operator <()
1045 if (LocalCost < Cost.LocalCost) in operator <()
1046 OtherLocalAdjust = Cost.LocalCost - LocalCost; in operator <()
1048 ThisLocalAdjust = LocalCost - Cost.LocalCost; in operator <()
1050 ThisLocalAdjust = LocalCost; in operator <()
1051 OtherLocalAdjust = Cost.LocalCost; in operator <()
1090 return LocalCost == Cost.LocalCost && NonLocalCost == Cost.NonLocalCost && in operator ==()
1110 OS << LocalFreq << " * " << LocalCost << " + " << NonLocalCost; in print()