Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/gcc/
Dcfgloop.h354 extern bool biv_p (rtx, rtx);
Dtree-ssa-loop-ivopts.c108 bool biv_p; /* Is it a biv? */ member
404 if (iv->biv_p) in dump_iv()
900 iv->biv_p = false; in alloc_iv()
1023 iv->biv_p = true; in mark_bivs()
1024 incr_iv->biv_p = true; in mark_bivs()
2183 if (iv && iv->biv_p && !zero_p (iv->step)) in add_old_ivs_candidates()
Dloop-unroll.c1661 if (!biv_p (insn, dest)) in analyze_iv_to_split_insn()
Dloop-iv.c1175 biv_p (rtx insn, rtx reg) in biv_p() function