Home
last modified time | relevance | path

Searched refs:updateMax (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DStatistic.h113 void updateMax(unsigned V) { in updateMax() function
153 void updateMax(unsigned V) {} in updateMax() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DWorkList.cpp170 MaxReachableSize.updateMax(Reachable.size()); in enqueue()
171 MaxQueueSize.updateMax(StackUnexplored.size() + StackOthers.size()); in enqueue()
H A DBugReporter.cpp3090 MaxBugClassSize.updateMax(bugReports.size()); in generateDiagnosticForConsumerMap()
3097 MaxValidBugClassSize.updateMax(bugReports.size()); in generateDiagnosticForConsumerMap()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DCallGraphSCCPass.cpp506 MaxSCCIterations.updateMax(Iteration); in runOnModule()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp709 MaxCFGSize.updateMax(DeclCFG->size()); in HandleCode()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp136 StatepointMaxSlotsRequired.updateMax( in allocateStackSlot()
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DSROA.cpp4135 MaxUsesPerAllocaPartition.updateMax(NumUses); in rewritePartition()
4283 MaxPartitionsPerAlloca.updateMax(NumPartitions); in splitAlloca()