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

References

lib/Analysis/CallGraphSCCPass.cpp
  505     MaxSCCIterations.updateMax(Iteration);
lib/CodeGen/SelectionDAG/StatepointLowering.cpp
  135   StatepointMaxSlotsRequired.updateMax(
lib/Transforms/Scalar/SROA.cpp
 4200   MaxUsesPerAllocaPartition.updateMax(NumUses);
 4348   MaxPartitionsPerAlloca.updateMax(NumPartitions);
tools/clang/lib/StaticAnalyzer/Core/BugReporter.cpp
 3209   MaxBugClassSize.updateMax(bugReports.size());
 3221   MaxValidBugClassSize.updateMax(bugReports.size());
tools/clang/lib/StaticAnalyzer/Core/WorkList.cpp
  169     MaxReachableSize.updateMax(Reachable.size());
  170     MaxQueueSize.updateMax(StackUnexplored.size() + StackOthers.size());
tools/clang/lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp
  783     MaxCFGSize.updateMax(DeclCFG->size());