Searched refs:target_bb (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dsched-ebb.c442 basic_block first_bb, target_bb;
515 target_bb = first_bb;
516 schedule_block (&target_bb, n_insns);
439 basic_block first_bb, target_bb; local
H A Dsched-rgn.c203 static int target_bb;
1988 bblst_size = (current_nr_blocks - target_bb) * rgn_nr_edges;
1994 compute_trg_info (target_bb);
2010 for (bb_src = target_bb + 1; bb_src < current_nr_blocks; bb_src++)
2035 if (INSN_BB (insn) != target_bb
2051 if (INSN_BB (insn) != target_bb)
2082 if (INSN_BB (next) != target_bb)
2097 target_bb)))))
2127 if (current_nr_blocks > 1 && INSN_BB (insn) != target_bb)
2148 if ((INSN_BB (insn2) == target_bb)
202 static int target_bb; variable
[all...]
H A Dtree-ssa-dom.c1293 basic_block target_bb = label_to_block (CASE_LABEL (label)); local
1297 || info[target_bb->index])
1298 info[target_bb->index] = error_mark_node;
1300 info[target_bb->index] = label;
1305 basic_block target_bb = e->dest; local
1306 tree node = info[target_bb->index];
H A Dhaifa-sched.c2265 schedule_block (basic_block *target_bb, int rgn_n_insns1)
2292 dump_new_block_header (0, *target_bb, head, tail);
2318 && BLOCK_FOR_INSN (last_scheduled_insn) == *target_bb);
2361 restore_bb_notes (*target_bb);
2542 || current_sched_info->advance_target_bb (*target_bb, insn))
2544 *target_bb = current_sched_info->advance_target_bb
2545 (*target_bb, 0);
2553 dump_new_block_header (1, *target_bb, x, tail);
2556 last_scheduled_insn = bb_note (*target_bb);
2261 schedule_block(basic_block *target_bb, int rgn_n_insns1) argument
H A Difcvt.c2879 block_jumps_and_fallthru_p (basic_block cur_bb, basic_block target_bb)
2889 if (!cur_bb || !target_bb)
2905 else if (cur_edge->dest == target_bb)
2967 basic_block target_bb;
2975 target_bb = else_bb;
2980 target_bb = then_bb;
2983 target_bb = NULL_BLOCK;
2985 if (target_bb && n_insns <= max_insns)
3003 n_insns = block_jumps_and_fallthru_p (bb, target_bb);
2874 block_jumps_and_fallthru_p(basic_block cur_bb, basic_block target_bb) argument
2962 basic_block target_bb; local
H A Dtree-cfg.c852 basic_block target_bb; local
855 FOR_EACH_BB (target_bb)
856 for (bsi = bsi_start (target_bb); !bsi_end_p (bsi); bsi_next (&bsi))
870 make_edge (bb, target_bb, EDGE_ABNORMAL);

Completed in 144 milliseconds