Lines Matching defs:goto_locus
814 e->goto_locus = gimple_location (last);
865 e->goto_locus = gimple_location (last);
1227 e->goto_locus = gimple_location (then_stmt);
1230 e->goto_locus = gimple_location (else_stmt);
1399 e->goto_locus = gimple_location (goto_t);
1938 /* When not optimizing, don't merge if we'd lose goto_locus. */
1940 && single_succ_edge (a)->goto_locus != UNKNOWN_LOCATION)
1942 location_t goto_locus = single_succ_edge (a)->goto_locus;
1949 || gimple_location (gsi_stmt (prev)) != goto_locus)
1951 || gimple_location (gsi_stmt (next)) != goto_locus))
5550 if (e->goto_locus != UNKNOWN_LOCATION)
5551 err |= verify_location (&blocks, e->goto_locus);
7332 if (e->goto_locus != UNKNOWN_LOCATION)
7334 tree block = LOCATION_BLOCK (e->goto_locus);
7337 e->goto_locus = set_block (e->goto_locus, d->new_block);
9915 tree block = LOCATION_BLOCK (e->goto_locus);
9942 tree block = LOCATION_BLOCK (e->goto_locus);
9955 tree block = LOCATION_BLOCK (e->goto_locus);