Lines Matching refs:LocalCost
973 if (LocalCost + Cost < LocalCost) { in addLocalCost()
977 LocalCost += Cost; in addLocalCost()
992 return LocalCost == UINT64_MAX - 1 && NonLocalCost == UINT64_MAX && in isSaturated()
998 --LocalCost; in saturate()
1032 return LocalCost < Cost.LocalCost; in operator <()
1038 if (LocalCost < Cost.LocalCost) in operator <()
1039 OtherLocalAdjust = Cost.LocalCost - LocalCost; in operator <()
1041 ThisLocalAdjust = LocalCost - Cost.LocalCost; in operator <()
1043 ThisLocalAdjust = LocalCost; in operator <()
1044 OtherLocalAdjust = Cost.LocalCost; in operator <()
1083 return LocalCost == Cost.LocalCost && NonLocalCost == Cost.NonLocalCost && in operator ==()
1103 OS << LocalFreq << " * " << LocalCost << " + " << NonLocalCost; in print()