Searched refs:ThisLocalAdjust (Results 1 – 1 of 1) sorted by relevance
993 uint64_t ThisLocalAdjust; in operator <() local1006 ThisLocalAdjust = 0; in operator <()1011 ThisLocalAdjust = LocalCost - Cost.LocalCost; in operator <()1013 ThisLocalAdjust = LocalCost; in operator <()1025 uint64_t ThisScaledCost = ThisLocalAdjust * LocalFreq; in operator <()1027 bool ThisOverflows = ThisLocalAdjust && (ThisScaledCost < ThisLocalAdjust || in operator <()