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

/freebsd-11-stable/contrib/gcc/
H A Dgcse.c1207 static GTY(()) rtx test_insn;
1225 if (test_insn == 0)
1227 test_insn
1232 NEXT_INSN (test_insn) = PREV_INSN (test_insn) = 0;
1237 PUT_MODE (SET_DEST (PATTERN (test_insn)), GET_MODE (x));
1238 SET_SRC (PATTERN (test_insn)) = x;
1239 return ((icode = recog (PATTERN (test_insn), test_insn, &num_clobbers)) >= 0
1198 static GTY(()) rtx test_insn; variable
H A Dreload.c839 rtx dst, test_insn;
861 test_insn = make_insn_raw (gen_rtx_SET (VOIDmode, dst, in));
863 if (recog_memoized (test_insn) >= 0)
865 extract_insn (test_insn);
834 rtx dst, test_insn; local

Completed in 100 milliseconds