Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp1055 uint64_t ThisScaledCost = ThisLocalAdjust * LocalFreq; in operator <() local
1057 bool ThisOverflows = ThisLocalAdjust && (ThisScaledCost < ThisLocalAdjust || in operator <()
1058 ThisScaledCost < LocalFreq); in operator <()
1066 ThisScaledCost + ThisNonLocalAdjust < ThisNonLocalAdjust; in operator <()
1067 ThisScaledCost += ThisNonLocalAdjust; in operator <()
1079 return ThisScaledCost < OtherScaledCost; in operator <()