Searched refs:ThisLocalAdjust (Results 1 – 1 of 1) sorted by relevance
1034 uint64_t ThisLocalAdjust; in operator <() local1047 ThisLocalAdjust = 0; in operator <()1052 ThisLocalAdjust = LocalCost - Cost.LocalCost; in operator <()1054 ThisLocalAdjust = LocalCost; in operator <()1066 uint64_t ThisScaledCost = ThisLocalAdjust * LocalFreq; in operator <()1068 bool ThisOverflows = ThisLocalAdjust && (ThisScaledCost < ThisLocalAdjust || in operator <()