Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Ddf-core.c924 unsigned ob_index = e->dest->index; in df_worklist_propagate_forward() local
926 if (bitmap_bit_p (considered, ob_index)) in df_worklist_propagate_forward()
927 bitmap_set_bit (pending, bbindex_to_postorder[ob_index]); in df_worklist_propagate_forward()
971 unsigned ob_index = e->src->index; in df_worklist_propagate_backward() local
973 if (bitmap_bit_p (considered, ob_index)) in df_worklist_propagate_backward()
974 bitmap_set_bit (pending, bbindex_to_postorder[ob_index]); in df_worklist_propagate_backward()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddf-core.cc924 unsigned ob_index = e->dest->index; in df_worklist_propagate_forward() local
926 if (bitmap_bit_p (considered, ob_index)) in df_worklist_propagate_forward()
927 bitmap_set_bit (pending, bbindex_to_postorder[ob_index]); in df_worklist_propagate_forward()
971 unsigned ob_index = e->src->index; in df_worklist_propagate_backward() local
973 if (bitmap_bit_p (considered, ob_index)) in df_worklist_propagate_backward()
974 bitmap_set_bit (pending, bbindex_to_postorder[ob_index]); in df_worklist_propagate_backward()