Searched defs:use_blocks (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-loop-manip.c199 compute_live_loop_exits (bitmap live_exits, bitmap use_blocks, argument
325 add_exit_phis_var (tree var, bitmap use_blocks, bitmap *loop_exits) argument
349 add_exit_phis (bitmap names_to_rename, bitmap *use_blocks, bitmap *loop_exits) argument
356 add_exit_phis_var (ssa_name (i), use_blocks[i], loop_exits); local
386 find_uses_to_rename_use (basic_block bb, tree use, bitmap *use_blocks, argument
423 find_uses_to_rename_stmt(gimple *stmt, bitmap *use_blocks, bitmap need_phis, int use_flags) argument
452 find_uses_to_rename_bb(basic_block bb, bitmap *use_blocks, bitmap need_phis, int use_flags) argument
474 find_uses_to_rename_stmt (gsi_stmt (bsi), use_blocks, need_phis, local
484 find_uses_to_rename(bitmap changed_bbs, bitmap *use_blocks, bitmap need_phis, int use_flags) argument
508 find_uses_to_rename_def(tree def, bitmap *use_blocks, bitmap need_phis) argument
540 find_uses_to_rename_in_loop(class loop *loop, bitmap *use_blocks, bitmap need_phis, int use_flags) argument
634 bitmap *use_blocks; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-loop-manip.cc199 compute_live_loop_exits (bitmap live_exits, bitmap use_blocks, argument
325 add_exit_phis_var (tree var, bitmap use_blocks, bitmap *loop_exits) argument
349 add_exit_phis (bitmap names_to_rename, bitmap *use_blocks, bitmap *loop_exits) argument
356 add_exit_phis_var (ssa_name (i), use_blocks[i], loop_exits); local
384 find_uses_to_rename_use (basic_block bb, tree use, bitmap *use_blocks, argument
421 find_uses_to_rename_stmt(gimple *stmt, bitmap *use_blocks, bitmap need_phis, int use_flags) argument
450 find_uses_to_rename_bb(basic_block bb, bitmap *use_blocks, bitmap need_phis, int use_flags) argument
472 find_uses_to_rename_stmt (gsi_stmt (bsi), use_blocks, need_phis, local
482 find_uses_to_rename(bitmap changed_bbs, bitmap *use_blocks, bitmap need_phis, int use_flags) argument
506 find_uses_to_rename_def(tree def, bitmap *use_blocks, bitmap need_phis) argument
538 find_uses_to_rename_in_loop(class loop *loop, bitmap *use_blocks, bitmap need_phis, int use_flags) argument
632 bitmap *use_blocks; local
[all...]

Completed in 140 milliseconds