Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DEntryPointStats.h92 void updateMax(unsigned X) { Value = std::max(Value, X); } in updateMax() function
145 void updateMax(uint64_t Value) { in updateMax() function
146 M.updateMax(static_cast<unsigned>(Value)); in updateMax()
147 S.updateMax(Value); in updateMax()
/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 DZ3CrosscheckVisitor.cpp154 MaxTimeSpentSolvingZ3Queries.updateMax(Query.Z3QueryTimeMilliseconds); in interpretQueryResult()
H A DBugReporter.cpp3384 MaxBugClassSize.updateMax(bugReports.size()); in generateDiagnosticForConsumerMap()
3396 MaxValidBugClassSize.updateMax(bugReports.size()); in generateDiagnosticForConsumerMap()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp103 NegatorMaxTotalValuesVisited.updateMax(NumValuesVisitedInThisNegator); in ~Negator()
496 NegatorMaxDepthVisited.updateMax(Depth); in negate()
578 NegatorMaxInstructionsCreated.updateMax(Res->first.size()); in Negate()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCallGraphSCCPass.cpp541 MaxSCCIterations.updateMax(Iteration); in runOnModule()
H A DCGSCCPassManager.cpp92 LargestCGSCC.updateMax(C->size()); in run()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp713 MaxCFGSize.updateMax(DeclCFG->size()); in HandleCode()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp151 StatepointMaxSlotsRequired.updateMax( in allocateStackSlot()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp1864 MaxUsedSLocBytes.updateMax(UsedBytes); in updateSlocUsageStats()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp5039 MaxUsesPerAllocaPartition.updateMax(NumUses); in rewritePartition()
5445 MaxPartitionsPerAlloca.updateMax(NumPartitions); in splitAlloca()
H A DGVN.cpp1030 IsValueFullyAvailableInBlockNumSpeculationsMax.updateMax( in IsValueFullyAvailableInBlock()