Searched refs:test_insn (Results 1 – 5 of 5) sorted by relevance
823 static GTY(()) rtx_insn *test_insn;852 if (test_insn == 0) in can_assign_to_reg_without_clobbers_p()854 test_insn in can_assign_to_reg_without_clobbers_p()858 SET_NEXT_INSN (test_insn) = SET_PREV_INSN (test_insn) = 0; in can_assign_to_reg_without_clobbers_p()859 INSN_LOCATION (test_insn) = UNKNOWN_LOCATION; in can_assign_to_reg_without_clobbers_p()864 PUT_MODE (SET_DEST (PATTERN (test_insn)), mode); in can_assign_to_reg_without_clobbers_p()865 SET_SRC (PATTERN (test_insn)) = x; in can_assign_to_reg_without_clobbers_p()867 icode = recog (PATTERN (test_insn), test_insn, &num_clobbers); in can_assign_to_reg_without_clobbers_p()874 && targetm.cannot_copy_insn_p (test_insn))) in can_assign_to_reg_without_clobbers_p()878 SET_SRC (PATTERN (test_insn)) = NULL_RTX; in can_assign_to_reg_without_clobbers_p()[all …]
896 rtx_insn *test_insn; in can_reload_into() local918 test_insn = make_insn_raw (gen_rtx_SET (dst, in)); in can_reload_into()920 if (recog_memoized (test_insn) >= 0) in can_reload_into()922 extract_insn (test_insn); in can_reload_into()923 r = constrain_operands (1, get_enabled_alternatives (test_insn)); in can_reload_into()
185 * gcse.c (gcse_c_finalize): New, to clear test_insn between
19513 * reload.c (can_reload_into): Likewise for local "test_insn".26550 (test_insn): Likewise for this global.35426 from test_insn into GGC space escape via SET_SRC.