Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DStatistic.h112 void updateMax(uint64_t V) { in updateMax() function
156 void updateMax(uint64_t V) {} in updateMax() function
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DWorkList.cpp169 MaxReachableSize.updateMax(Reachable.size()); in enqueue()
170 MaxQueueSize.updateMax(StackUnexplored.size() + StackOthers.size()); in enqueue()
H A DBugReporter.cpp3292 MaxBugClassSize.updateMax(bugReports.size()); in generateDiagnosticForConsumerMap()
3304 MaxValidBugClassSize.updateMax(bugReports.size()); in generateDiagnosticForConsumerMap()
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp114 NegatorMaxTotalValuesVisited.updateMax(NumValuesVisitedInThisNegator); in ~Negator()
469 NegatorMaxDepthVisited.updateMax(Depth); in negate()
550 NegatorMaxInstructionsCreated.updateMax(Res->first.size()); in Negate()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DCallGraphSCCPass.cpp550 MaxSCCIterations.updateMax(Iteration); in runOnModule()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp675 MaxCFGSize.updateMax(DeclCFG->size()); in HandleCode()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp154 StatepointMaxSlotsRequired.updateMax( in allocateStackSlot()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DSROA.cpp4338 MaxUsesPerAllocaPartition.updateMax(NumUses); in rewritePartition()
4495 MaxPartitionsPerAlloca.updateMax(NumPartitions); in splitAlloca()
H A DGVN.cpp853 IsValueFullyAvailableInBlockNumSpeculationsMax.updateMax( in IsValueFullyAvailableInBlock()