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

/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dsibcall.c253 rtx set_insn = next_nonnote_insn (insn); local
255 if (!set_insn)
257 set = single_set (set_insn);
262 return set_insn;
H A Dssa.c726 rtx set_insn; member in struct:rename_set_data
754 r->set_insn = c->current_insn;
806 VARRAY_RTX (ssa_definition, new_regno) = r->set_insn;
/openbsd-current/gnu/usr.bin/gcc/gcc/config/d30v/
H A Dd30v.c3483 rtx set_insn = single_set (insn);
3485 if (set_dep != NULL_RTX && set_insn != NULL_RTX
3491 if ((GET_CODE (mem = SET_SRC (set_insn)) == MEM
3493 || (GET_CODE (mem = SET_DEST (set_insn)) == MEM
3446 rtx set_insn = single_set (insn); local
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-sparc.c223 struct sparc_it the_insn, set_insn; variable in typeref:struct:
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-sparc.c219 struct sparc_it the_insn, set_insn; variable in typeref:struct:
/openbsd-current/gnu/gcc/gcc/config/s390/
H A Ds390.c6324 s390_reg_clobbered_rtx (rtx setreg, rtx set_insn ATTRIBUTE_UNUSED, void *data)

Completed in 204 milliseconds