Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/gcc/gcc/
Dcombine.c1573 rtx i2pat; local
1902 i2pat = (GET_CODE (PATTERN (i2)) == PARALLEL
1907 i2pat = copy_rtx (i2pat);
2105 XVECEXP (newpat, 0, --total_sets) = i2pat;
2109 = subst (i2pat, i1dest, i1src, 0, 0);
/openbsd/src/gnu/gcc/gcc/
Dcombine.c1829 rtx i1pat = 0, i2pat = 0; in try_combine() local
2230 i2pat = gen_rtx_SET (VOIDmode, i2dest, copy_rtx (i2src)); in try_combine()
2232 i2pat = copy_rtx (PATTERN (i2)); in try_combine()
2446 XVECEXP (newpat, 0, --total_sets) = i2pat; in try_combine()
2450 = subst (i2pat, i1dest, i1src, 0, 0); in try_combine()