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
Dehao Chen 9581e2d337 Perform InstructioinCombiningPass before SampleProfile pass.
Summary: SampleProfile pass needs to be performed after InstructionCombiningPass, which helps eliminate un-inlinable function calls.

Reviewers: davidxl, dnovillo

Subscribers: llvm-commits

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

llvm-svn: 262419
2016-03-01 22:53:02 +00:00
..
Inputs Perform InstructioinCombiningPass before SampleProfile pass. 2016-03-01 22:53:02 +00:00
branch.ll DI: Reverse direction of subprogram -> function edge. 2015-11-05 22:03:56 +00:00
calls.ll Perform InstructioinCombiningPass before SampleProfile pass. 2016-03-01 22:53:02 +00:00
cov-zero-samples.ll Perform InstructioinCombiningPass before SampleProfile pass. 2016-03-01 22:53:02 +00:00
coverage-warning.ll SamplePGO - Add coverage tracking for samples. 2015-11-23 20:12:21 +00:00
discriminator.ll DI: Reverse direction of subprogram -> function edge. 2015-11-05 22:03:56 +00:00
entry_counts.ll Set function entry count as 0 if sample profile is not found for the function. 2016-02-22 22:46:21 +00:00
fnptr.ll DI: Reverse direction of subprogram -> function edge. 2015-11-05 22:03:56 +00:00
gcc-simple.ll DI: Reverse direction of subprogram -> function edge. 2015-11-05 22:03:56 +00:00
inline-combine.ll Perform InstructioinCombiningPass before SampleProfile pass. 2016-03-01 22:53:02 +00:00
inline-coverage.ll Perform InstructioinCombiningPass before SampleProfile pass. 2016-03-01 22:53:02 +00:00
inline-hint.ll SamplePGO - Add initial support for inliner annotations. 2015-11-27 23:14:51 +00:00
inline.ll SamplePGO - Add test for hot/cold inlined functions. 2015-11-24 22:38:37 +00:00
nolocinfo.ll DI: Reverse direction of subprogram -> function edge. 2015-11-05 22:03:56 +00:00
offset.ll DI: Reverse direction of subprogram -> function edge. 2015-11-05 22:03:56 +00:00
propagate.ll DI: Reverse direction of subprogram -> function edge. 2015-11-05 22:03:56 +00:00
remarks.ll DI: Reverse direction of subprogram -> function edge. 2015-11-05 22:03:56 +00:00
syntax.ll [llvm-profdata] Add check for text profile formats and improve error reporting (2nd try) 2015-11-13 03:47:58 +00:00