Searched refs:fallthru_bb (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dubsan.c723 basic_block then_bb, fallthru_bb; local
726 &then_bb, &fallthru_bb);
765 *gsi = gsi_start_bb (fallthru_bb);
817 basic_block fallthru_bb = e->dest; local
830 make_single_succ_edge (then_bb, fallthru_bb, EDGE_FALLTHRU);
833 e = find_edge (cond_bb, fallthru_bb);
839 fallthru_bb's dominance info has already been updated by
910 set_immediate_dominator (CDI_DOMINATORS, fallthru_bb, cond1_bb);
970 basic_block then_bb, fallthru_bb; local
973 &then_bb, &fallthru_bb);
1078 basic_block fallthru_bb = NULL; local
1464 basic_block then_bb, fallthru_bb; local
1661 basic_block then_bb, fallthru_bb; local
1717 basic_block then_bb, fallthru_bb; local
[all...]
H A Dasan.c1522 basic_block fallthru_bb = e->dest; local
1538 make_single_succ_edge (then_bb, fallthru_bb, EDGE_FALLTHRU);
1541 e = find_edge (cond_bb, fallthru_bb);
1547 fallthru_bb's dominance info has already been updated by
1553 *fallthrough_block = fallthru_bb;
1554 *iter = gsi_start_bb (fallthru_bb);
H A Dcfgexpand.c2526 tree clobbers, tree labels, basic_block fallthru_bb,
2857 if (fallthru_bb
2858 && label_to_block_fn (cfun, TREE_VALUE (tail)) == fallthru_bb)
3015 basic_block fallthru_bb = NULL; local
3053 fallthru_bb = fallthru->dest;
3079 expand_asm_operands (str, outputs, in, cl, labels, fallthru_bb,
2525 expand_asm_operands(tree string, tree outputs, tree inputs, tree clobbers, tree labels, basic_block fallthru_bb, int vol, location_t locus) argument
H A Dsel-sched.c2206 basic_block fallthru_bb;
2220 if ((fallthru_bb = fallthru_bb_of_jump (insn)) == NULL
2221 || ! in_current_region_p (fallthru_bb))
2198 basic_block fallthru_bb; local

Completed in 180 milliseconds