Home
last modified time | relevance | path

Searched refs:use_blocks (Results 1 – 1 of 1) sorted by relevance

/freebsd-9-stable/contrib/gcc/
Dtree-ssa-loop-manip.c185 add_exit_phis (bitmap names_to_rename, bitmap *use_blocks, bitmap loop_exits) in add_exit_phis() argument
192 add_exit_phis_var (ssa_name (i), use_blocks[i], loop_exits); in add_exit_phis()
225 find_uses_to_rename_use (basic_block bb, tree use, bitmap *use_blocks, in find_uses_to_rename_use() argument
249 if (!use_blocks[ver]) in find_uses_to_rename_use()
250 use_blocks[ver] = BITMAP_ALLOC (NULL); in find_uses_to_rename_use()
251 bitmap_set_bit (use_blocks[ver], bb->index); in find_uses_to_rename_use()
262 find_uses_to_rename_stmt (tree stmt, bitmap *use_blocks, bitmap need_phis) in find_uses_to_rename_stmt() argument
269 find_uses_to_rename_use (bb, var, use_blocks, need_phis); in find_uses_to_rename_stmt()
278 find_uses_to_rename_bb (basic_block bb, bitmap *use_blocks, bitmap need_phis) in find_uses_to_rename_bb() argument
288 use_blocks, need_phis); in find_uses_to_rename_bb()
[all …]