1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00
llvm-mirror/lib/ProfileData
Rong Xu 4773d4a40a [PGO] Use rsplit to parse value-data line in text profile file.
The value-data line is <PGOFuncName>:<Count_Value>. PGOFuncName might contain
':' for the internal linkage functions. We therefore need to use rsplit,
rather split, to extract the data from the line. This fixes the error when
merging a text profile file to an indexed profile file.

llvm-svn: 268818
2016-05-06 23:20:58 +00:00
..
Coverage [Coverage] Combine counts of expansion regions if there are no code regions for the same area. 2016-05-05 09:39:45 +00:00
CMakeLists.txt Move coverage related code into a separate library. 2016-04-29 18:53:05 +00:00
InstrProf.cpp [ProfileData] Add error codes for compression failures 2016-05-03 16:53:17 +00:00
InstrProfReader.cpp [PGO] Use rsplit to parse value-data line in text profile file. 2016-05-06 23:20:58 +00:00
InstrProfWriter.cpp Add profile summary support for sample profile. 2016-02-19 03:15:33 +00:00
LLVMBuild.txt Move coverage related code into a separate library. 2016-04-29 18:53:05 +00:00
ProfileSummary.cpp Add a note about the "entry count" used the profile summary 2016-05-05 19:54:13 +00:00
SampleProf.cpp Use LineLocation instead of CallsiteLocation to index callsite profile. 2016-03-03 18:09:32 +00:00
SampleProfReader.cpp [NFC] Header cleanup 2016-04-18 09:17:29 +00:00
SampleProfWriter.cpp Sample profile summary cleanup 2016-03-28 23:14:29 +00:00