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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/ia64/
H A Dia64.c7210 static rtx_insn *dfa_stop_insn;
7749 state_transition (curr_state, dfa_stop_insn);
7765 state_transition (curr_state, dfa_stop_insn);
9622 dfa_stop_insn = make_insn_raw (gen_insn_group_barrier (GEN_INT (3)));
9623 SET_PREV_INSN (dfa_stop_insn) = SET_NEXT_INSN (dfa_stop_insn) = NULL_RTX;
9624 recog_memoized (dfa_stop_insn);
7196 static rtx_insn *dfa_stop_insn; variable
/netbsd-current/external/gpl3/gcc/dist/gcc/config/ia64/
H A Dia64.cc7210 static rtx_insn *dfa_stop_insn;
7749 state_transition (curr_state, dfa_stop_insn);
7765 state_transition (curr_state, dfa_stop_insn);
9622 dfa_stop_insn = make_insn_raw (gen_insn_group_barrier (GEN_INT (3)));
9623 SET_PREV_INSN (dfa_stop_insn) = SET_NEXT_INSN (dfa_stop_insn) = NULL_RTX;
9624 recog_memoized (dfa_stop_insn);

Completed in 275 milliseconds