Searched refs:ThisScaledCost (Results 1 – 1 of 1) sorted by relevance
1025 uint64_t ThisScaledCost = ThisLocalAdjust * LocalFreq; in operator <() local1027 bool ThisOverflows = ThisLocalAdjust && (ThisScaledCost < ThisLocalAdjust || in operator <()1028 ThisScaledCost < LocalFreq); in operator <()1036 ThisScaledCost + ThisNonLocalAdjust < ThisNonLocalAdjust; in operator <()1037 ThisScaledCost += ThisNonLocalAdjust; in operator <()1049 return ThisScaledCost < OtherScaledCost; in operator <()