Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp1053 uint64_t OtherNonLocalAdjust = 0; in operator <() local
1055 OtherNonLocalAdjust = Cost.NonLocalCost - NonLocalCost; in operator <()
1072 OtherOverflows |= OtherNonLocalAdjust && in operator <()
1073 OtherScaledCost + OtherNonLocalAdjust < OtherNonLocalAdjust; in operator <()
1074 OtherScaledCost += OtherNonLocalAdjust; in operator <()