Home
last modified time | relevance | path

Searched refs:newpat_vec_with_clobbers (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcombine.cc2524 rtvec newpat_vec_with_clobbers = 0; in try_combine() local
3471 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()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcombine.c2674 rtvec newpat_vec_with_clobbers = 0; in try_combine() local
3594 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()