Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DStatistic.h111 void updateMax(unsigned V) { in updateMax() function
155 void updateMax(unsigned V) {} in updateMax() function
/netbsd-src/external/apache2/llvm/dist/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.cpp3258 MaxBugClassSize.updateMax(bugReports.size()); in generateDiagnosticForConsumerMap()
3270 MaxValidBugClassSize.updateMax(bugReports.size()); in generateDiagnosticForConsumerMap()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp114 NegatorMaxTotalValuesVisited.updateMax(NumValuesVisitedInThisNegator); in ~Negator()
441 NegatorMaxDepthVisited.updateMax(Depth); in negate()
522 NegatorMaxInstructionsCreated.updateMax(Res->first.size()); in Negate()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DCallGraphSCCPass.cpp551 MaxSCCIterations.updateMax(Iteration); in runOnModule()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp667 MaxCFGSize.updateMax(DeclCFG->size()); in HandleCode()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp150 StatepointMaxSlotsRequired.updateMax( in allocateStackSlot()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSROA.cpp4354 MaxUsesPerAllocaPartition.updateMax(NumUses); in rewritePartition()
4511 MaxPartitionsPerAlloca.updateMax(NumPartitions); in splitAlloca()
H A DGVN.cpp779 IsValueFullyAvailableInBlockNumSpeculationsMax.updateMax( in IsValueFullyAvailableInBlock()