reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/GlobalISel/RegBankSelect.cpp
 1020     OtherNonLocalAdjust = Cost.NonLocalCost - NonLocalCost;
 1037   OtherOverflows |= OtherNonLocalAdjust &&
 1038                     OtherScaledCost + OtherNonLocalAdjust < OtherNonLocalAdjust;
 1038                     OtherScaledCost + OtherNonLocalAdjust < OtherNonLocalAdjust;
 1039   OtherScaledCost += OtherNonLocalAdjust;