1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/test/Analysis/BlockFrequencyInfo
Cong Hou d24cdaa414 Use getEdgeProbability() instead of getEdgeWeight() in BFI and remove getEdgeWeight() interfaces from MBPI.
This patch removes all getEdgeWeight() interfaces from CodeGen directory. As
getEdgeProbability() is a little more expensive than getEdgeWeight(), I will
compose a patch soon in which BPI only stores probabilities instead of edge
weights so that getEdgeProbability() will have O(1) time.


Differential revision: http://reviews.llvm.org/D15489

llvm-svn: 256039
2015-12-18 21:53:24 +00:00
..
bad_input.ll Use getEdgeProbability() instead of getEdgeWeight() in BFI and remove getEdgeWeight() interfaces from MBPI. 2015-12-18 21:53:24 +00:00
basic.ll Use fixed-point representation for BranchProbability. 2015-09-25 23:09:59 +00:00
double_backedge.ll IR: Make metadata typeless in assembly 2014-12-15 19:07:53 +00:00
double_exit.ll IR: Make metadata typeless in assembly 2014-12-15 19:07:53 +00:00
extremely-likely-loop-successor.ll IR: Make metadata typeless in assembly 2014-12-15 19:07:53 +00:00
irreducible_loop_crash.ll Fix PR 24723 - Handle 0-mass backedges in irreducible loops 2015-09-08 19:22:17 +00:00
irreducible.ll Add documentation for new backedge mass propagation in irregular loops. 2015-06-17 16:28:22 +00:00
loop_with_branch.ll IR: Make metadata typeless in assembly 2014-12-15 19:07:53 +00:00
loops_with_profile_info.ll Use fixed-point representation for BranchProbability. 2015-09-25 23:09:59 +00:00
nested_loop_with_branches.ll IR: Make metadata typeless in assembly 2014-12-15 19:07:53 +00:00