Searched refs:goto_locus (Results 1 – 4 of 4) sorted by relevance
793 && e->goto_locus in branch_prob()796 && (LOCATION_FILE (e->goto_locus) in branch_prob()798 || (LOCATION_LINE (e->goto_locus) in branch_prob()801 && (e->goto_locus->file != EXPR_LOCUS (last)->file in branch_prob()802 || (e->goto_locus->line != EXPR_LOCUS (last)->line))) in branch_prob()806 single_succ_edge (new)->goto_locus = e->goto_locus; in branch_prob()990 if (single_succ_p (bb) && single_succ_edge (bb)->goto_locus) in branch_prob()993 source_locus curr_location = single_succ_edge (bb)->goto_locus; in branch_prob()
628 e->goto_locus = EXPR_LOCATION (COND_EXPR_THEN (entry)); in make_cond_expr_edges()630 e->goto_locus = EXPR_LOCUS (COND_EXPR_THEN (entry)); in make_cond_expr_edges()636 e->goto_locus = EXPR_LOCATION (COND_EXPR_ELSE (entry)); in make_cond_expr_edges()638 e->goto_locus = EXPR_LOCUS (COND_EXPR_ELSE (entry)); in make_cond_expr_edges()890 e->goto_locus = EXPR_LOCATION (goto_t); in make_goto_expr_edges()892 e->goto_locus = EXPR_LOCUS (goto_t); in make_goto_expr_edges()2669 SET_EXPR_LOCATION (stmt, e->goto_locus); in disband_implicit_edges()2671 SET_EXPR_LOCUS (stmt, e->goto_locus); in disband_implicit_edges()
2791 && e->goto_locus != UNKNOWN_LOCATION in dump_implicit_edges()2793 && e->goto_locus in dump_implicit_edges()2799 goto_xloc = expand_location (e->goto_locus); in dump_implicit_edges()2801 goto_xloc = *e->goto_locus; in dump_implicit_edges()
134 source_locus goto_locus; member