Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp1049 uint64_t OtherNonLocalAdjust = 0; in operator <() local
1051 OtherNonLocalAdjust = Cost.NonLocalCost - NonLocalCost; in operator <()
1068 OtherOverflows |= OtherNonLocalAdjust && in operator <()
1069 OtherScaledCost + OtherNonLocalAdjust < OtherNonLocalAdjust; in operator <()
1070 OtherScaledCost += OtherNonLocalAdjust; in operator <()