Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/gcc/
Dcombine.c1817 int total_sets; in try_combine() local
2424 total_sets = XVECLEN (newpat, 0) + added_sets_1 + added_sets_2; in try_combine()
2425 newpat = gen_rtx_PARALLEL (VOIDmode, rtvec_alloc (total_sets)); in try_combine()
2432 total_sets = 1 + added_sets_1 + added_sets_2; in try_combine()
2433 newpat = gen_rtx_PARALLEL (VOIDmode, rtvec_alloc (total_sets)); in try_combine()
2438 XVECEXP (newpat, 0, --total_sets) = i1pat; in try_combine()
2446 XVECEXP (newpat, 0, --total_sets) = i2pat; in try_combine()
2449 XVECEXP (newpat, 0, --total_sets) in try_combine()
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dcombine.c1561 int total_sets; local
2081 total_sets = XVECLEN (newpat, 0) + added_sets_1 + added_sets_2;
2082 newpat = gen_rtx_PARALLEL (VOIDmode, rtvec_alloc (total_sets));
2089 total_sets = 1 + added_sets_1 + added_sets_2;
2090 newpat = gen_rtx_PARALLEL (VOIDmode, rtvec_alloc (total_sets));
2095 XVECEXP (newpat, 0, --total_sets)
2105 XVECEXP (newpat, 0, --total_sets) = i2pat;
2108 XVECEXP (newpat, 0, --total_sets)