Home | History | Annotate | Download | only in gcc

Lines Matching defs:succ

80    This is done based on the flow graph, and not on the pred-succ lists.
175 basic_block pred, succ;
183 succ = INDEX_EDGE_SUCC_BB (edge_list, x);
185 bitmap_copy (earliest[x], antin[succ->index]);
188 if (succ == EXIT_BLOCK_PTR_FOR_FN (cfun))
192 bitmap_and_compl (difference, antin[succ->index],
591 basic_block pred, succ;
599 succ = INDEX_EDGE_SUCC_BB (edge_list, x);
600 if (succ == EXIT_BLOCK_PTR_FOR_FN (cfun))
609 st_antin[succ->index]);
610 bitmap_not (temp_bitmap, st_avin[succ->index]);
612 kill[succ->index], temp_bitmap);