Searched refs:updateMax (Results 1 – 13 of 13) sorted by relevance
92 void updateMax(unsigned X) { Value = std::max(Value, X); } in updateMax() function145 void updateMax(uint64_t Value) { in updateMax() function146 M.updateMax(static_cast<unsigned>(Value)); in updateMax()147 S.updateMax(Value); in updateMax()
112 void updateMax(uint64_t V) { in updateMax() function156 void updateMax(uint64_t V) {} in updateMax() function
169 MaxReachableSize.updateMax(Reachable.size()); in enqueue()170 MaxQueueSize.updateMax(StackUnexplored.size() + StackOthers.size()); in enqueue()
154 MaxTimeSpentSolvingZ3Queries.updateMax(Query.Z3QueryTimeMilliseconds); in interpretQueryResult()
3384 MaxBugClassSize.updateMax(bugReports.size()); in generateDiagnosticForConsumerMap()3396 MaxValidBugClassSize.updateMax(bugReports.size()); in generateDiagnosticForConsumerMap()
103 NegatorMaxTotalValuesVisited.updateMax(NumValuesVisitedInThisNegator); in ~Negator()496 NegatorMaxDepthVisited.updateMax(Depth); in negate()578 NegatorMaxInstructionsCreated.updateMax(Res->first.size()); in Negate()
541 MaxSCCIterations.updateMax(Iteration); in runOnModule()
92 LargestCGSCC.updateMax(C->size()); in run()
713 MaxCFGSize.updateMax(DeclCFG->size()); in HandleCode()
151 StatepointMaxSlotsRequired.updateMax( in allocateStackSlot()
1864 MaxUsedSLocBytes.updateMax(UsedBytes); in updateSlocUsageStats()
5039 MaxUsesPerAllocaPartition.updateMax(NumUses); in rewritePartition()5445 MaxPartitionsPerAlloca.updateMax(NumPartitions); in splitAlloca()
1030 IsValueFullyAvailableInBlockNumSpeculationsMax.updateMax( in IsValueFullyAvailableInBlock()