Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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
/freebsd/contrib/llvm-project/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.cpp3338 MaxBugClassSize.updateMax(bugReports.size()); in generateDiagnosticForConsumerMap()
3350 MaxValidBugClassSize.updateMax(bugReports.size()); in generateDiagnosticForConsumerMap()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp107 NegatorMaxTotalValuesVisited.updateMax(NumValuesVisitedInThisNegator); in ~Negator()
497 NegatorMaxDepthVisited.updateMax(Depth); in negate()
578 NegatorMaxInstructionsCreated.updateMax(Res->first.size()); in Negate()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCallGraphSCCPass.cpp543 MaxSCCIterations.updateMax(Iteration); in runOnModule()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp675 MaxCFGSize.updateMax(DeclCFG->size()); in HandleCode()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp152 StatepointMaxSlotsRequired.updateMax( in allocateStackSlot()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp1860 MaxUsedSLocBytes.updateMax(UsedBytes); in updateSlocUsageStats()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp4898 MaxUsesPerAllocaPartition.updateMax(NumUses); in rewritePartition()
5300 MaxPartitionsPerAlloca.updateMax(NumPartitions); in splitAlloca()
H A DGVN.cpp952 IsValueFullyAvailableInBlockNumSpeculationsMax.updateMax( in IsValueFullyAvailableInBlock()