Searched refs:LocalCost (Results 1 – 2 of 2) sorted by relevance
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 <()[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()