1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00
llvm-mirror/include/llvm/ProfileData
Xinliang David Li 799fa97d82 [PGO] Unify VP data format between raw and indexed profile (Reader)
With the latest refactoring and code sharing patches landed, 
it is possible to unify the value profile implementation between
raw and indexed profile. This is the patch in raw profile reader 
that uses the common interface. 

Differential Revision: http://reviews.llvm.org/D15056

llvm-svn: 254677
2015-12-04 01:02:10 +00:00
..
CoverageMapping.h Use makeArrayRef or None to avoid unnecessarily mentioning the ArrayRef type extra times. NFC 2015-09-21 05:32:41 +00:00
CoverageMappingReader.h [Object] Search for architecures by name in MachOUniversalBinary::getObjectForArch() 2015-06-22 21:33:24 +00:00
CoverageMappingWriter.h [cleanup] Re-sort all the #include lines in LLVM using 2015-01-14 11:23:27 +00:00
InstrProf.h [llvm-profdata] Add support for weighted merge of profile data 2015-12-04 00:00:20 +00:00
InstrProfData.inc [PGO] Allow input value node list to be null 2015-12-02 21:47:43 +00:00
InstrProfReader.h [PGO] Unify VP data format between raw and indexed profile (Reader) 2015-12-04 01:02:10 +00:00
InstrProfWriter.h [llvm-profdata] Add support for weighted merge of profile data 2015-12-04 00:00:20 +00:00
SampleProf.h [llvm-profdata] Add support for weighted merge of profile data 2015-12-04 00:00:20 +00:00
SampleProfReader.h [llvm-profdata] Add check for text profile formats and improve error reporting (2nd try) 2015-11-13 03:47:58 +00:00
SampleProfWriter.h Remove some unused includes 2015-11-14 01:32:27 +00:00