Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp1048 uint64_t ThisNonLocalAdjust = 0; in operator <() local
1053 ThisNonLocalAdjust = NonLocalCost - Cost.NonLocalCost; in operator <()
1065 ThisOverflows |= ThisNonLocalAdjust && in operator <()
1066 ThisScaledCost + ThisNonLocalAdjust < ThisNonLocalAdjust; in operator <()
1067 ThisScaledCost += ThisNonLocalAdjust; in operator <()