1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 12:43:36 +01:00
llvm-mirror/include/llvm/ProfileData
Wei Mi b565123367 Fix a crash when the sample profile uses md5 and -sample-profile-merge-inlinee
is enabled.

When -sample-profile-merge-inlinee is enabled, new FunctionSamples may be
created during profile merge without GUIDToFuncNameMap being initialized.
That will occasionally cause compiler crash. The patch fixes it.

Differential Revision: https://reviews.llvm.org/D84994
2020-07-30 21:21:06 -07:00
..
Coverage CoverageMapping.h - remove unused StringSet.h include. NFC. 2020-05-10 14:19:54 +01:00
GCOV.h [llvm-cov gcov] Don't suppress .gcov output if .gcda is corrupted 2020-06-16 14:55:38 -07:00
InstrProf.h Supplement instr profile with sample profile. 2020-07-27 20:17:40 -07:00
InstrProfData.inc Revert D81682 "[PGO] Extend the value profile buckets for mem op sizes." 2020-07-22 16:08:25 -07:00
InstrProfReader.h [PGO] Supporting code for always instrumenting entry block 2020-07-22 15:01:53 -07:00
InstrProfWriter.h Supplement instr profile with sample profile. 2020-07-27 20:17:40 -07:00
ProfileCommon.h [NFC] Change getEntryForPercentile to be a static function in ProfileSummaryBuilder. 2020-07-09 16:38:19 -07:00
SampleProf.h Fix a crash when the sample profile uses md5 and -sample-profile-merge-inlinee 2020-07-30 21:21:06 -07:00
SampleProfReader.h
SampleProfWriter.h Recommit [SampleFDO] Add flag for partial profile. 2020-04-07 14:28:25 -07:00