Searched refs:goto_locus (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dprofile.c796 && e->goto_locus
799 && (LOCATION_FILE (e->goto_locus)
801 || (LOCATION_LINE (e->goto_locus)
804 && (e->goto_locus->file != EXPR_LOCUS (last)->file
805 || (e->goto_locus->line != EXPR_LOCUS (last)->line)))
809 single_succ_edge (new)->goto_locus = e->goto_locus;
993 if (single_succ_p (bb) && single_succ_edge (bb)->goto_locus)
996 source_locus curr_location = single_succ_edge (bb)->goto_locus;
H A Dtree-cfg.c628 e->goto_locus = EXPR_LOCATION (COND_EXPR_THEN (entry));
630 e->goto_locus = EXPR_LOCUS (COND_EXPR_THEN (entry));
636 e->goto_locus = EXPR_LOCATION (COND_EXPR_ELSE (entry));
638 e->goto_locus = EXPR_LOCUS (COND_EXPR_ELSE (entry));
890 e->goto_locus = EXPR_LOCATION (goto_t);
892 e->goto_locus = EXPR_LOCUS (goto_t);
2676 SET_EXPR_LOCATION (stmt, e->goto_locus);
2678 SET_EXPR_LOCUS (stmt, e->goto_locus);
H A Dbasic-block.h134 source_locus goto_locus; local

Completed in 121 milliseconds