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

/freebsd-10-stable/contrib/gcc/
H A Dresource.c978 rtx start_insn, stop_insn;
1001 start_insn = (b == 0 ? insns : BB_HEAD (BASIC_BLOCK (b)));
1004 if (NONJUMP_INSN_P (start_insn)
1005 && GET_CODE (PATTERN (start_insn)) == SEQUENCE)
1006 start_insn = XVECEXP (PATTERN (start_insn), 0, 0);
1012 for (insn = start_insn; insn != stop_insn;
971 rtx start_insn, stop_insn; local
H A Dreorg.c1933 /* Called when an insn redundant with start_insn is deleted. If there
1934 is a REG_DEAD note for the target of start_insn between start_insn
1942 fix_reg_dead_note (rtx start_insn, rtx stop_insn)
1946 for (p = next_nonnote_insn (start_insn); p != stop_insn;
1956 if (reg_set_p (XEXP (link, 0), PATTERN (start_insn)))
1927 fix_reg_dead_note(rtx start_insn, rtx stop_insn) argument
/freebsd-10-stable/contrib/gcc/config/arm/
H A Darm.c11634 rtx start_insn = insn;
11656 start_insn = next_nonnote_insn (start_insn);
11657 if (GET_CODE (start_insn) == BARRIER)
11660 start_insn = next_nonnote_insn (start_insn);
11662 if (GET_CODE (start_insn) == CODE_LABEL
11663 && CODE_LABEL_NUMBER (start_insn) == arm_target_label
11664 && LABEL_NUSES (start_insn) == 1)
11671 start_insn
11615 rtx start_insn = insn; local
[all...]

Completed in 176 milliseconds