Lines Matching refs:Summary
197 static void setSummary(IndexedInstrProf::Summary *TheSummary,
201 TheSummary->NumSummaryFields = Summary::NumKinds;
203 TheSummary->set(Summary::MaxFunctionCount, PS.getMaxFunctionCount());
204 TheSummary->set(Summary::MaxBlockCount, PS.getMaxCount());
205 TheSummary->set(Summary::MaxInternalBlockCount, PS.getMaxInternalCount());
206 TheSummary->set(Summary::TotalBlockCount, PS.getTotalCount());
207 TheSummary->set(Summary::TotalNumBlocks, PS.getNumCounts());
208 TheSummary->set(Summary::TotalNumFunctions, PS.getNumFunctions());
246 // Reserve space to write profile summary data.
248 uint32_t SummarySize = Summary::getSize(Summary::NumKinds, NumEntries);
249 // Remember the summary offset.
258 std::unique_ptr<IndexedInstrProf::Summary> TheSummary =
260 // Compute the Summary and copy the data to the data
270 // Patch the summary data.