Searched refs:LocalCost (Results 1 – 2 of 2) sorted by relevance
983 if (LocalCost + Cost < LocalCost) { in addLocalCost()987 LocalCost += Cost; in addLocalCost()1002 return LocalCost == UINT64_MAX - 1 && NonLocalCost == UINT64_MAX && in isSaturated()1008 --LocalCost; in saturate()1042 return LocalCost < Cost.LocalCost; in operator <()1048 if (LocalCost < Cost.LocalCost) in operator <()1049 OtherLocalAdjust = Cost.LocalCost - LocalCost; in operator <()1051 ThisLocalAdjust = LocalCost - Cost.LocalCost; in operator <()1053 ThisLocalAdjust = LocalCost; in operator <()1054 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()