Searched defs:loop_exits (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-ssa-loop-manip.cc | 200 bitmap *loop_exits, basic_block def_bb) in compute_live_loop_exits() 325 add_exit_phis_var (tree var, bitmap use_blocks, bitmap *loop_exits) in add_exit_phis_var() 349 add_exit_phis (bitmap names_to_rename, bitmap *use_blocks, bitmap *loop_exits) in add_exit_phis() 363 get_loops_exits (bitmap *loop_exits) in get_loops_exits() 671 bitmap *loop_exits = XNEWVEC (bitmap, number_of_loops (cfun)); in rewrite_into_loop_closed_ssa_1() local
|
H A D | sel-sched-ir.h | 1005 vec<edge> loop_exits; member
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-ssa-loop-manip.c | 200 bitmap *loop_exits, basic_block def_bb) in compute_live_loop_exits() 325 add_exit_phis_var (tree var, bitmap use_blocks, bitmap *loop_exits) in add_exit_phis_var() 349 add_exit_phis (bitmap names_to_rename, bitmap *use_blocks, bitmap *loop_exits) in add_exit_phis() 363 get_loops_exits (bitmap *loop_exits) in get_loops_exits() 673 bitmap *loop_exits = XNEWVEC (bitmap, number_of_loops (cfun)); in rewrite_into_loop_closed_ssa_1() local
|
H A D | sel-sched-ir.h | 1005 vec<edge> loop_exits; member
|