Lines Matching refs:bb_index
788 unsigned bb_index; member
823 return defs[f].bb_index; in find_dfsnum_interval()
881 defs[0].bb_index = 1; in prune_unused_phi_nodes()
887 defs[adef].bb_index = i; in prune_unused_phi_nodes()
889 defs[adef + 1].bb_index = i; in prune_unused_phi_nodes()
896 gcc_assert (defs[0].bb_index == 1); in prune_unused_phi_nodes()
910 b = defs[i].bb_index; in prune_unused_phi_nodes()
917 defs[n_defs].bb_index = top; in prune_unused_phi_nodes()
924 defs[n_defs].bb_index = defs[i].bb_index; in prune_unused_phi_nodes()
933 defs[n_defs - 1].bb_index = defs[n_defs].bb_index; in prune_unused_phi_nodes()
1011 unsigned bb_index; in find_idf() local
1019 EXECUTE_IF_SET_IN_BITMAP (def_blocks, 0, bb_index, bi) in find_idf()
1024 VEC_quick_push (int, work_stack, bb_index); in find_idf()
1033 bb_index = VEC_pop (int, work_stack); in find_idf()
1040 gcc_assert (bb_index < (unsigned) last_basic_block); in find_idf()
1042 EXECUTE_IF_AND_COMPL_IN_BITMAP (dfs[bb_index], phi_insertion_points, in find_idf()
1043 0, bb_index, bi) in find_idf()
1048 VEC_safe_push (int, heap, work_stack, bb_index); in find_idf()
1049 bitmap_set_bit (phi_insertion_points, bb_index); in find_idf()
1131 unsigned bb_index; in insert_phi_nodes_for() local
1149 EXECUTE_IF_SET_IN_BITMAP (phi_insertion_points, 0, bb_index, bi) in insert_phi_nodes_for()
1151 bb = BASIC_BLOCK (bb_index); in insert_phi_nodes_for()