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

References

lib/CodeGen/CodeGenPrepare.cpp
  432   OptSize = F.hasOptSize();
  445   if (!OptSize && !PSI->hasHugeWorkingSetSize() && TLI &&
 1845   if (!OptSize && CI->hasFnAttr(Attribute::Cold))
 5935   if (DisableSelectToBranch || OptSize || !TLI)