1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00
llvm-mirror/include/llvm/ProfileData
Taewook Oh f4e40e0ed8 [ProfileSummary] Count callsite samples when computing total samples.
Summary: Currently ProfileSummaryBuilder doesn't count into callsite samples when computing total samples. Considering that ProfileSummaryInfo is used to checked the hotness of not only body samples but also callsite samples (from SampleProfileLoader), I think the callsite sample counts should be considered when computing total samples.

Reviewers: eraman, danielcdh, wmi

Subscribers: hiraditya, jdoerfert, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D59835

llvm-svn: 357627
2019-04-03 19:54:43 +00:00
..
Coverage Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
GCOV.h [llvm-cov] Add support for gcov --hash-filenames option 2019-02-19 20:45:00 +00:00
InstrProf.h Recommit r354930 "[PGO] Context sensitive PGO (part 1)" 2019-02-27 17:24:33 +00:00
InstrProfData.inc Trying to fix bot breakage due to symbols not defined for WINDOWS! 2019-02-28 20:48:19 +00:00
InstrProfReader.h [PGO] Remove the default parameter in ProfileSummary API. NFC 2019-03-01 18:36:24 +00:00
InstrProfWriter.h [PGO] Context sensitive PGO (part 2) 2019-02-28 19:55:07 +00:00
ProfileCommon.h [ProfileSummary] Count callsite samples when computing total samples. 2019-04-03 19:54:43 +00:00
SampleProf.h [SampleFDO] add suffix elision control for fcn names 2019-03-14 13:56:49 +00:00
SampleProfReader.h [SampleFDO] add suffix elision control for fcn names 2019-03-14 13:56:49 +00:00
SampleProfWriter.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00