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

Declarations

include/llvm/Analysis/ProfileSummaryInfo.h
  107   bool hasHugeWorkingSetSize();

References

lib/CodeGen/CodeGenPrepare.cpp
  445   if (!OptSize && !PSI->hasHugeWorkingSetSize() && TLI &&
lib/Transforms/Scalar/LoopUnrollPass.cpp
 1458     if (PSI && PSI->hasHugeWorkingSetSize())