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

/haiku-buildtools/gcc/gcc/config/ia64/
H A Dia64.c7165 static rtx_insn *dfa_stop_insn;
7706 state_transition (curr_state, dfa_stop_insn);
7722 state_transition (curr_state, dfa_stop_insn);
9583 dfa_stop_insn = make_insn_raw (gen_insn_group_barrier (GEN_INT (3)));
9584 SET_PREV_INSN (dfa_stop_insn) = SET_NEXT_INSN (dfa_stop_insn) = NULL_RTX;
9585 recog_memoized (dfa_stop_insn);
7151 static rtx_insn *dfa_stop_insn; variable

Completed in 50 milliseconds