Searched refs:ThisLocalAdjust (Results 1 – 1 of 1) sorted by relevance
1030 uint64_t ThisLocalAdjust; in operator <() local1043 ThisLocalAdjust = 0; in operator <()1048 ThisLocalAdjust = LocalCost - Cost.LocalCost; in operator <()1050 ThisLocalAdjust = LocalCost; in operator <()1062 uint64_t ThisScaledCost = ThisLocalAdjust * LocalFreq; in operator <()1064 bool ThisOverflows = ThisLocalAdjust && (ThisScaledCost < ThisLocalAdjust || in operator <()