Searched refs:ThisLocalAdjust (Results 1 – 1 of 1) sorted by relevance
1033 uint64_t ThisLocalAdjust; in operator <() local1046 ThisLocalAdjust = 0; in operator <()1051 ThisLocalAdjust = LocalCost - Cost.LocalCost; in operator <()1053 ThisLocalAdjust = LocalCost; in operator <()1065 uint64_t ThisScaledCost = ThisLocalAdjust * LocalFreq; in operator <()1067 bool ThisOverflows = ThisLocalAdjust && (ThisScaledCost < ThisLocalAdjust || in operator <()