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

/external/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp861 uint64_t OtherNonLocalAdjust = 0; local
863 OtherNonLocalAdjust = Cost.NonLocalCost - NonLocalCost;
880 OtherOverflows |= OtherNonLocalAdjust &&
881 OtherScaledCost + OtherNonLocalAdjust < OtherNonLocalAdjust;
882 OtherScaledCost += OtherNonLocalAdjust;

Completed in 72 milliseconds