Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp1023 uint64_t ThisLocalAdjust; in operator <() local
1036 ThisLocalAdjust = 0; in operator <()
1041 ThisLocalAdjust = LocalCost - Cost.LocalCost; in operator <()
1043 ThisLocalAdjust = LocalCost; in operator <()
1055 uint64_t ThisScaledCost = ThisLocalAdjust * LocalFreq; in operator <()
1057 bool ThisOverflows = ThisLocalAdjust && (ThisScaledCost < ThisLocalAdjust || in operator <()