Searched refs:new_locus (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dcfgcleanup.c517 location_t new_locus = single_succ_edge (target)->goto_locus;
520 if (LOCATION_LOCUS (new_locus) != UNKNOWN_LOCATION
522 && new_locus != locus)
526 if (LOCATION_LOCUS (new_locus) != UNKNOWN_LOCATION)
527 locus = new_locus;
533 new_locus = INSN_LOCATION (last);
535 new_locus = UNKNOWN_LOCATION;
537 if (LOCATION_LOCUS (new_locus) != UNKNOWN_LOCATION
539 && new_locus != locus)
543 if (LOCATION_LOCUS (new_locus) !
513 location_t new_locus = single_succ_edge (target)->goto_locus; local
[all...]
H A Dgimplify.c2597 location_t new_locus;
2613 new_locus = EXPR_HAS_LOCATION (pred) ? EXPR_LOCATION (pred) : locus;
2615 new_locus);
2620 location_t new_locus;
2636 new_locus = EXPR_HAS_LOCATION (pred) ? EXPR_LOCATION (pred) : locus;
2638 new_locus);
2645 location_t new_locus;
2658 new_locus = EXPR_HAS_LOCATION (pred) ? EXPR_LOCATION (pred) : locus;
2663 false_label_p, new_locus));
2594 location_t new_locus; local
2617 location_t new_locus; local
2642 location_t new_locus; local

Completed in 103 milliseconds