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

References

lib/CodeGen/GlobalISel/RegBankSelect.cpp
 1006     OtherLocalAdjust = 0;
 1008       OtherLocalAdjust = Cost.LocalCost - LocalCost;
 1013     OtherLocalAdjust = Cost.LocalCost;
 1028   uint64_t OtherScaledCost = OtherLocalAdjust * Cost.LocalFreq;
 1031       OtherLocalAdjust &&
 1032       (OtherScaledCost < OtherLocalAdjust || OtherScaledCost < Cost.LocalFreq);