Searched refs:LocalCost (Results 1 – 2 of 2) sorted by relevance
977 if (LocalCost + Cost < LocalCost) { in addLocalCost()981 LocalCost += Cost; in addLocalCost()996 return LocalCost == UINT64_MAX - 1 && NonLocalCost == UINT64_MAX && in isSaturated()1002 --LocalCost; in saturate()1036 return LocalCost < Cost.LocalCost; in operator <()1042 if (LocalCost < Cost.LocalCost) in operator <()1043 OtherLocalAdjust = Cost.LocalCost - LocalCost; in operator <()1045 ThisLocalAdjust = LocalCost - Cost.LocalCost; in operator <()1047 ThisLocalAdjust = LocalCost; in operator <()1048 OtherLocalAdjust = Cost.LocalCost; in operator <()[all …]
426 uint64_t LocalCost = 0;433 MappingCost(uint64_t LocalCost, uint64_t NonLocalCost, uint64_t LocalFreq) in MappingCost() argument434 : LocalCost(LocalCost), NonLocalCost(NonLocalCost), in MappingCost()