Home
last modified time | relevance | path

Searched refs:ThisScaledCost (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp1066 uint64_t ThisScaledCost = ThisLocalAdjust * LocalFreq; in operator <() local
1068 bool ThisOverflows = ThisLocalAdjust && (ThisScaledCost < ThisLocalAdjust || in operator <()
1069 ThisScaledCost < LocalFreq); in operator <()
1077 ThisScaledCost + ThisNonLocalAdjust < ThisNonLocalAdjust; in operator <()
1078 ThisScaledCost += ThisNonLocalAdjust; in operator <()
1090 return ThisScaledCost < OtherScaledCost; in operator <()