Searched refs:biv_p (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dcfgloop.h354 extern bool biv_p (rtx, rtx);
H A Dtree-ssa-loop-ivopts.c108 bool biv_p; /* Is it a biv? */ member in struct:iv
404 if (iv->biv_p)
900 iv->biv_p = false;
1023 iv->biv_p = true;
1024 incr_iv->biv_p = true;
2183 if (iv && iv->biv_p && !zero_p (iv->step))
H A Dloop-unroll.c1661 if (!biv_p (insn, dest))
1666 /* This used to be an assert under the assumption that if biv_p returns
H A Dloop-iv.c1175 biv_p (rtx insn, rtx reg) function

Completed in 77 milliseconds