Searched refs:newpat_vec_with_clobbers (Results 1 – 2 of 2) sorted by relevance
2524 rtvec newpat_vec_with_clobbers = 0; in try_combine() local3471 newpat_vec_with_clobbers = rtvec_alloc (len); in try_combine()3473 RTVEC_ELT (newpat_vec_with_clobbers, i) = XVECEXP (newpat, 0, i); in try_combine()3634 if (m_split_insn == 0 && newpat_vec_with_clobbers) in try_combine()3636 parallel = gen_rtx_PARALLEL (VOIDmode, newpat_vec_with_clobbers); in try_combine()
2674 rtvec newpat_vec_with_clobbers = 0; in try_combine() local3594 newpat_vec_with_clobbers = rtvec_alloc (len); in try_combine()3596 RTVEC_ELT (newpat_vec_with_clobbers, i) = XVECEXP (newpat, 0, i); in try_combine()3757 if (m_split_insn == 0 && newpat_vec_with_clobbers) in try_combine()3759 parallel = gen_rtx_PARALLEL (VOIDmode, newpat_vec_with_clobbers); in try_combine()