Searched refs:use_blocks (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-ssa-loop-manip.cc | 199 compute_live_loop_exits (bitmap live_exits, bitmap use_blocks, in compute_live_loop_exits() argument 213 EXECUTE_IF_SET_IN_BITMAP (use_blocks, 0, i, bi) in compute_live_loop_exits() 325 add_exit_phis_var (tree var, bitmap use_blocks, bitmap *loop_exits) in add_exit_phis_var() argument 332 gcc_checking_assert (! bitmap_bit_p (use_blocks, def_bb->index)); in add_exit_phis_var() 334 compute_live_loop_exits (live_exits, use_blocks, loop_exits, def_bb); in add_exit_phis_var() 349 add_exit_phis (bitmap names_to_rename, bitmap *use_blocks, bitmap *loop_exits) in add_exit_phis() argument 356 add_exit_phis_var (ssa_name (i), use_blocks[i], loop_exits); in add_exit_phis() 384 find_uses_to_rename_use (basic_block bb, tree use, bitmap *use_blocks, in find_uses_to_rename_use() argument 412 use_blocks[ver] = BITMAP_ALLOC (&loop_renamer_obstack); in find_uses_to_rename_use() 413 bitmap_set_bit (use_blocks[ver], bb->index); in find_uses_to_rename_use() [all …]
|
H A D | ChangeLog-2012 | 14699 (find_uses_to_rename_use): Allocate a use_blocks bitmap if ver is 14704 Use XNEWVEC to allocate the use_blocks array. Initialize the new
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-ssa-loop-manip.c | 199 compute_live_loop_exits (bitmap live_exits, bitmap use_blocks, in compute_live_loop_exits() argument 213 EXECUTE_IF_SET_IN_BITMAP (use_blocks, 0, i, bi) in compute_live_loop_exits() 325 add_exit_phis_var (tree var, bitmap use_blocks, bitmap *loop_exits) in add_exit_phis_var() argument 332 gcc_checking_assert (! bitmap_bit_p (use_blocks, def_bb->index)); in add_exit_phis_var() 334 compute_live_loop_exits (live_exits, use_blocks, loop_exits, def_bb); in add_exit_phis_var() 349 add_exit_phis (bitmap names_to_rename, bitmap *use_blocks, bitmap *loop_exits) in add_exit_phis() argument 356 add_exit_phis_var (ssa_name (i), use_blocks[i], loop_exits); in add_exit_phis() 386 find_uses_to_rename_use (basic_block bb, tree use, bitmap *use_blocks, in find_uses_to_rename_use() argument 414 use_blocks[ver] = BITMAP_ALLOC (&loop_renamer_obstack); in find_uses_to_rename_use() 415 bitmap_set_bit (use_blocks[ver], bb->index); in find_uses_to_rename_use() [all …]
|