1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-23 04:52:54 +02:00
llvm-mirror/test/Analysis/RegionInfo
Tobias Grosser 604a50cd71 Add new RegionInfo pass.
The RegionInfo pass detects single entry single exit regions in a function,
where a region is defined as any subgraph that is connected to the remaining
graph at only two spots.
Furthermore an hierarchical region tree is built.
Use it by calling "opt -regions analyze" or "opt -view-regions".

llvm-svn: 109089
2010-07-22 07:46:31 +00:00
..
block_sort.ll
cond_loop.ll
condition_complicated_2.ll
condition_complicated.ll
condition_forward_edge.ll
condition_same_exit.ll
condition_simple.ll
dg.exp
exit_in_condition.ll
infinite_loop_2.ll
infinite_loop_3.ll
infinite_loop_4.ll
infinite_loop.ll
loop_with_condition.ll
loops_1.ll
loops_2.ll
mix_1.ll
multiple_exiting_edge.ll
nested_loops.ll
next.ll
paper.ll
two_loops_same_header.ll