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

References

include/llvm/ADT/Statistic.h
   72   operator unsigned() const { return getValue(); }
lib/Support/Statistic.cpp
  177                          (unsigned)utostr(Stats.Stats[i]->getValue()).size());
  192                  MaxValLen, Stats.Stats[i]->getValue(),
  216        << Stat->getValue();
  259     ReturnStats.emplace_back(Stat->getName(), Stat->getValue());
lib/Transforms/Scalar/NewGVN.cpp
 3400   NumGVNMaxIterations = std::max(NumGVNMaxIterations.getValue(), Iterations);
tools/polly/lib/Analysis/ScopDetection.cpp
 1787         std::max(MaxNumLoopsInScop.getValue(), (unsigned)Stats.NumLoops);
 1805         std::max(MaxNumLoopsInProfScop.getValue(), (unsigned)Stats.NumLoops);
tools/polly/lib/Analysis/ScopInfo.cpp
 2636       std::max(MaxNumLoopsInScop.getValue(), (unsigned)Stats.NumLoops);