Home
last modified time | relevance | path

Searched refs:names_to_rename (Results 1 – 3 of 3) 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
190 EXECUTE_IF_SET_IN_BITMAP (names_to_rename, 0, i, bi) in add_exit_phis()
360 bitmap names_to_rename = BITMAP_ALLOC (NULL); in rewrite_into_loop_closed_ssa() local
370 find_uses_to_rename (changed_bbs, use_blocks, names_to_rename); in rewrite_into_loop_closed_ssa()
374 add_exit_phis (names_to_rename, use_blocks, loop_exits); in rewrite_into_loop_closed_ssa()
380 BITMAP_FREE (names_to_rename); in rewrite_into_loop_closed_ssa()
Dtree-into-ssa.c186 sbitmap names_to_rename; member
DChangeLog-200427066 (struct mark_def_sites_global_data): Add names_to_rename field.