Lines Matching defs:goto_locus
817 const location_t goto_locus = EDGE_SUCC (a, 0)->goto_locus;
820 if (LOCATION_LOCUS (goto_locus) == UNKNOWN_LOCATION)
829 if (insn != end && loc_equal (INSN_LOCATION (insn), goto_locus))
841 && loc_equal (INSN_LOCATION (insn), goto_locus))
858 INSN_LOCATION (BB_END (a)) = EDGE_SUCC (a, 0)->goto_locus;
871 && LOCATION_LOCUS (EDGE_SUCC (b, 0)->goto_locus) == UNKNOWN_LOCATION;
967 EDGE_SUCC (b, 0)->goto_locus = EDGE_SUCC (a, 0)->goto_locus;
1709 loc = e->goto_locus;
4110 /* Ensure goto_locus from edges has some instructions with that locus in RTL
4119 if (LOCATION_LOCUS (e->goto_locus) != UNKNOWN_LOCATION
4133 && loc_equal (INSN_LOCATION (insn), e->goto_locus))
4138 INSN_LOCATION (BB_END (e->src)) = e->goto_locus;
4155 && loc_equal (INSN_LOCATION (insn), e->goto_locus))
4162 INSN_LOCATION (BB_END (nb)) = e->goto_locus;
4169 if (LOCATION_LOCUS (e2->goto_locus) != UNKNOWN_LOCATION
4171 && e->goto_locus == e2->goto_locus)
4860 && LOCATION_LOCUS (EDGE_SUCC (b, 0)->goto_locus) == UNKNOWN_LOCATION;
4953 EDGE_SUCC (b, 0)->goto_locus = EDGE_SUCC (a, 0)->goto_locus;