Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/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.cpp3290 MaxBugClassSize.updateMax(bugReports.size()); in generateDiagnosticForConsumerMap()
3302 MaxValidBugClassSize.updateMax(bugReports.size()); in generateDiagnosticForConsumerMap()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp112 NegatorMaxTotalValuesVisited.updateMax(NumValuesVisitedInThisNegator); in ~Negator()
480 NegatorMaxDepthVisited.updateMax(Depth); in negate()
561 NegatorMaxInstructionsCreated.updateMax(Res->first.size()); in Negate()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DCallGraphSCCPass.cpp542 MaxSCCIterations.updateMax(Iteration); in runOnModule()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp674 MaxCFGSize.updateMax(DeclCFG->size()); in HandleCode()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp152 StatepointMaxSlotsRequired.updateMax( in allocateStackSlot()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DSROA.cpp4701 MaxUsesPerAllocaPartition.updateMax(NumUses); in rewritePartition()
4870 MaxPartitionsPerAlloca.updateMax(NumPartitions); in splitAlloca()
H A DGVN.cpp879 IsValueFullyAvailableInBlockNumSpeculationsMax.updateMax( in IsValueFullyAvailableInBlock()