Home | History | Annotate | Download | only in gcc

Lines Matching refs:goto_locus

2668       if (true_edge->goto_locus != UNKNOWN_LOCATION)
2669 set_curr_insn_location (true_edge->goto_locus);
2679 if (false_edge->goto_locus != UNKNOWN_LOCATION)
2680 set_curr_insn_location (false_edge->goto_locus);
2689 if (false_edge->goto_locus != UNKNOWN_LOCATION)
2690 set_curr_insn_location (false_edge->goto_locus);
2715 if (true_edge->goto_locus != UNKNOWN_LOCATION)
2717 set_curr_insn_location (true_edge->goto_locus);
2718 true_edge->goto_locus = curr_insn_location ();
6129 /* Expand implicit goto and convert goto_locus. */
6132 if (e->goto_locus != UNKNOWN_LOCATION || !nondebug_stmt_seen)
6133 set_curr_insn_location (e->goto_locus);