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

References

lib/CodeGen/GlobalISel/RegBankSelect.cpp
 1026   bool ThisOverflows = ThisLocalAdjust && (ThisScaledCost < ThisLocalAdjust ||
 1027                                            ThisScaledCost < LocalFreq);
 1035                    ThisScaledCost + ThisNonLocalAdjust < ThisNonLocalAdjust;
 1036   ThisScaledCost += ThisNonLocalAdjust;
 1048   return ThisScaledCost < OtherScaledCost;