Searched defs:use_blocks (Results 1 – 2 of 2) 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() 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() 384 find_uses_to_rename_use (basic_block bb, tree use, bitmap *use_blocks, in find_uses_to_rename_use() 421 find_uses_to_rename_stmt (gimple *stmt, bitmap *use_blocks, bitmap need_phis, in find_uses_to_rename_stmt() 450 find_uses_to_rename_bb (basic_block bb, bitmap *use_blocks, bitmap need_phis, in find_uses_to_rename_bb() 482 find_uses_to_rename (bitmap changed_bbs, bitmap *use_blocks, bitmap need_phis, in find_uses_to_rename() 506 find_uses_to_rename_def (tree def, bitmap *use_blocks, bitmap need_phis) in find_uses_to_rename_def() 538 find_uses_to_rename_in_loop (class loop *loop, bitmap *use_blocks, in find_uses_to_rename_in_loop() 632 bitmap *use_blocks; in rewrite_into_loop_closed_ssa_1() local
|
/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() 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() 386 find_uses_to_rename_use (basic_block bb, tree use, bitmap *use_blocks, in find_uses_to_rename_use() 423 find_uses_to_rename_stmt (gimple *stmt, bitmap *use_blocks, bitmap need_phis, in find_uses_to_rename_stmt() 452 find_uses_to_rename_bb (basic_block bb, bitmap *use_blocks, bitmap need_phis, in find_uses_to_rename_bb() 484 find_uses_to_rename (bitmap changed_bbs, bitmap *use_blocks, bitmap need_phis, in find_uses_to_rename() 508 find_uses_to_rename_def (tree def, bitmap *use_blocks, bitmap need_phis) in find_uses_to_rename_def() 540 find_uses_to_rename_in_loop (class loop *loop, bitmap *use_blocks, in find_uses_to_rename_in_loop() 634 bitmap *use_blocks; in rewrite_into_loop_closed_ssa_1() local
|