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

References

lib/CodeGen/GlobalISel/RegBankSelect.cpp
 1032       (OtherScaledCost < OtherLocalAdjust || OtherScaledCost < Cost.LocalFreq);
 1032       (OtherScaledCost < OtherLocalAdjust || OtherScaledCost < Cost.LocalFreq);
 1038                     OtherScaledCost + OtherNonLocalAdjust < OtherNonLocalAdjust;
 1039   OtherScaledCost += OtherNonLocalAdjust;
 1048   return ThisScaledCost < OtherScaledCost;