Lines Matching refs:succ
174 basic_block pred, succ; in compute_earliest() local
182 succ = INDEX_EDGE_SUCC_BB (edge_list, x); in compute_earliest()
184 bitmap_copy (earliest[x], antin[succ->index]); in compute_earliest()
187 if (succ == EXIT_BLOCK_PTR_FOR_FN (cfun)) in compute_earliest()
191 bitmap_and_compl (difference, antin[succ->index], in compute_earliest()
590 basic_block pred, succ; in compute_farthest() local
598 succ = INDEX_EDGE_SUCC_BB (edge_list, x); in compute_farthest()
599 if (succ == EXIT_BLOCK_PTR_FOR_FN (cfun)) in compute_farthest()
608 st_antin[succ->index]); in compute_farthest()
609 bitmap_not (temp_bitmap, st_avin[succ->index]); in compute_farthest()
611 kill[succ->index], temp_bitmap); in compute_farthest()