Searched refs:ThisScaledCost (Results 1 – 1 of 1) sorted by relevance
1065 uint64_t ThisScaledCost = ThisLocalAdjust * LocalFreq; in operator <() local1067 bool ThisOverflows = ThisLocalAdjust && (ThisScaledCost < ThisLocalAdjust || in operator <()1068 ThisScaledCost < LocalFreq); in operator <()1076 ThisScaledCost + ThisNonLocalAdjust < ThisNonLocalAdjust; in operator <()1077 ThisScaledCost += ThisNonLocalAdjust; in operator <()1089 return ThisScaledCost < OtherScaledCost; in operator <()