Searched refs:biv_p (Results 1 – 4 of 4) sorted by relevance
354 extern bool biv_p (rtx, rtx);
108 bool biv_p; /* Is it a biv? */ member404 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()
1661 if (!biv_p (insn, dest)) in analyze_iv_to_split_insn()
1175 biv_p (rtx insn, rtx reg) in biv_p() function