Lines Matching refs:LocalCost
962 if (LocalCost + Cost < LocalCost) { in addLocalCost()
966 LocalCost += Cost; in addLocalCost()
981 return LocalCost == UINT64_MAX - 1 && NonLocalCost == UINT64_MAX && in isSaturated()
987 --LocalCost; in saturate()
1021 return LocalCost < Cost.LocalCost; in operator <()
1027 if (LocalCost < Cost.LocalCost) in operator <()
1028 OtherLocalAdjust = Cost.LocalCost - LocalCost; in operator <()
1030 ThisLocalAdjust = LocalCost - Cost.LocalCost; in operator <()
1032 ThisLocalAdjust = LocalCost; in operator <()
1033 OtherLocalAdjust = Cost.LocalCost; in operator <()
1072 return LocalCost == Cost.LocalCost && NonLocalCost == Cost.NonLocalCost && in operator ==()
1092 OS << LocalFreq << " * " << LocalCost << " + " << NonLocalCost; in print()