Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-into-ssa.cc110 static bitmap blocks_with_phis_to_rewrite; variable
941 if (!blocks_with_phis_to_rewrite) in mark_phi_for_rewrite()
944 if (bitmap_set_bit (blocks_with_phis_to_rewrite, idx)) in mark_phi_for_rewrite()
2085 if (!bitmap_bit_p (blocks_with_phis_to_rewrite, e->dest->index)) in rewrite_update_phi_arguments()
2981 if (blocks_with_phis_to_rewrite) in delete_update_ssa()
2982 EXECUTE_IF_SET_IN_BITMAP (blocks_with_phis_to_rewrite, 0, i, bi) in delete_update_ssa()
2985 BITMAP_FREE (blocks_with_phis_to_rewrite); in delete_update_ssa()
3387 blocks_with_phis_to_rewrite = BITMAP_ALLOC (NULL); in update_ssa()
H A DChangeLog-20061256 Free blocks_with_phis_to_rewrite.
13490 * tree-into-ssa.c (phis_to_rewrite, blocks_with_phis_to_rewrite): New
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-into-ssa.c109 static bitmap blocks_with_phis_to_rewrite; variable
940 if (!blocks_with_phis_to_rewrite) in mark_phi_for_rewrite()
943 if (bitmap_set_bit (blocks_with_phis_to_rewrite, idx)) in mark_phi_for_rewrite()
2078 if (!bitmap_bit_p (blocks_with_phis_to_rewrite, e->dest->index)) in rewrite_update_phi_arguments()
2977 if (blocks_with_phis_to_rewrite) in delete_update_ssa()
2978 EXECUTE_IF_SET_IN_BITMAP (blocks_with_phis_to_rewrite, 0, i, bi) in delete_update_ssa()
2981 BITMAP_FREE (blocks_with_phis_to_rewrite); in delete_update_ssa()
3383 blocks_with_phis_to_rewrite = BITMAP_ALLOC (NULL); in update_ssa()