Searched refs:same_succ_edge_flags (Results 1 – 2 of 2) sorted by relevance
591 static int *same_succ_edge_flags; variable662 same_succ_edge_flags[index] = e->flags; in find_same_succ_bb()665 VEC_safe_push (int, heap, same->succ_flags, same_succ_edge_flags[j]); in find_same_succ_bb()716 same_succ_edge_flags = XCNEWVEC (int, last_basic_block); in init_worklist()737 XDELETEVEC (same_succ_edge_flags); in delete_worklist()738 same_succ_edge_flags = NULL; in delete_worklist()
666 static int *same_succ_edge_flags; variable735 same_succ_edge_flags[index] = (e->flags & ~ignore_edge_flags); in find_same_succ_bb()738 same->succ_flags.safe_push (same_succ_edge_flags[j]); in find_same_succ_bb()786 same_succ_edge_flags = XCNEWVEC (int, last_basic_block_for_fn (cfun)); in init_worklist()807 XDELETEVEC (same_succ_edge_flags); in delete_worklist()808 same_succ_edge_flags = NULL; in delete_worklist()