reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
277 TheSummary->set(Summary::MaxFunctionCount, PS.getMaxFunctionCount()); 278 TheSummary->set(Summary::MaxBlockCount, PS.getMaxCount()); 279 TheSummary->set(Summary::MaxInternalBlockCount, PS.getMaxInternalCount()); 280 TheSummary->set(Summary::TotalBlockCount, PS.getTotalCount()); 281 TheSummary->set(Summary::TotalNumBlocks, PS.getNumCounts()); 282 TheSummary->set(Summary::TotalNumFunctions, PS.getNumFunctions());