1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00
llvm-mirror/unittests/ProfileData
Hiroshi Yamauchi a85cda4f5a [PGO] Extend the value profile buckets for mem op sizes.
Extend the memop value profile buckets to be more flexible (could accommodate a
mix of individual values and ranges) and to cover more value ranges (from 11 to
22 buckets).

Disabled behind a flag (to be enabled separately) and the existing code to be
removed later.
2020-07-15 10:26:15 -07:00
..
CMakeLists.txt [PGO] Extend the value profile buckets for mem op sizes. 2020-07-15 10:26:15 -07:00
CoverageMappingTest.cpp
InstrProfDataTest.cpp [PGO] Extend the value profile buckets for mem op sizes. 2020-07-15 10:26:15 -07:00
InstrProfTest.cpp
SampleProfTest.cpp