1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 20:12:56 +02:00
llvm-mirror/test/Transforms/SampleProfile
Diego Novillo aa097db5de Sample profiles - Re-arrange binary format to emit head samples only on top functions.
The number of samples collected at the head of a function only make
sense for top-level functions (i.e., those actually called as opposed to
being inlined inside another).

Head samples essentially count the time spent inside the function's
prologue.  This clearly doesn't make sense for inlined functions, so we
were always emitting 0 in those.

llvm-svn: 250539
2015-10-16 18:54:35 +00:00
..
Inputs Sample profiles - Re-arrange binary format to emit head samples only on top functions. 2015-10-16 18:54:35 +00:00
branch.ll Update sample profile propagation algorithm. 2015-10-01 00:26:56 +00:00
calls.ll Use fixed-point representation for BranchProbability. 2015-09-25 23:09:59 +00:00
discriminator.ll Use fixed-point representation for BranchProbability. 2015-09-25 23:09:59 +00:00
entry_counts.ll DI: Require subprogram definitions to be distinct 2015-08-28 20:26:49 +00:00
fnptr.ll Use fixed-point representation for BranchProbability. 2015-09-25 23:09:59 +00:00
gcc-simple.ll Temporarily fix gcov failures in big-endian hosts. 2015-09-17 19:05:48 +00:00
inline.ll Add unittest for new samle profile format. 2015-09-30 01:05:37 +00:00
propagate.ll Update sample profile propagation algorithm. 2015-10-01 00:26:56 +00:00
syntax.ll llvm/test/Transforms/SampleProfile/syntax.ll: Relax MISSING-FILE not to 2014-10-30 22:28:46 +00:00