Searched refs:OtherScaledCost (Results 1 – 2 of 2) sorted by relevance
956 uint64_t OtherScaledCost = OtherLocalAdjust * Cost.LocalFreq; in operator <() local960 (OtherScaledCost < OtherLocalAdjust || OtherScaledCost < Cost.LocalFreq); in operator <()966 OtherScaledCost + OtherNonLocalAdjust < OtherNonLocalAdjust; in operator <()967 OtherScaledCost += OtherNonLocalAdjust; in operator <()976 return ThisScaledCost < OtherScaledCost; in operator <()
871 uint64_t OtherScaledCost = OtherLocalAdjust * Cost.LocalFreq; in operator <() local875 (OtherScaledCost < OtherLocalAdjust || OtherScaledCost < Cost.LocalFreq); in operator <()881 OtherScaledCost + OtherNonLocalAdjust < OtherNonLocalAdjust; in operator <()882 OtherScaledCost += OtherNonLocalAdjust; in operator <()891 return ThisScaledCost < OtherScaledCost; in operator <()