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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/ia64/
H A Dia64.c6595 static rtx dfa_stop_insn;
7138 state_transition (curr_state, dfa_stop_insn);
7157 state_transition (curr_state, dfa_stop_insn);
9043 dfa_stop_insn = make_insn_raw (gen_insn_group_barrier (GEN_INT (3)));
9044 PREV_INSN (dfa_stop_insn) = NEXT_INSN (dfa_stop_insn) = NULL_RTX;
9045 recog_memoized (dfa_stop_insn);
6581 static rtx dfa_stop_insn; variable
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/ia64/
H A Dia64.c6144 static rtx dfa_stop_insn;
6512 state_transition (curr_state, dfa_stop_insn);
6528 state_transition (curr_state, dfa_stop_insn);
7647 dfa_stop_insn = make_insn_raw (gen_insn_group_barrier (GEN_INT (3)));
7648 PREV_INSN (dfa_stop_insn) = NEXT_INSN (dfa_stop_insn) = NULL_RTX;
7649 recog_memoized (dfa_stop_insn);
6129 static rtx dfa_stop_insn; variable

Completed in 143 milliseconds