Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dcfgloop.h505 extern bool biv_p (rtx_insn *, scalar_int_mode, rtx);
Dtree-ssa-loop-ivopts.cc175 bool biv_p; /* Is it a biv? */ member
801 fprintf (file, "%s Biv:\t%c\n", p, iv->biv_p ? 'Y' : 'N'); in dump_iv()
1207 iv->biv_p = false; in alloc_iv()
1389 iv->biv_p = true; in mark_bivs()
1390 incr_iv->biv_p = true; in mark_bivs()
1912 else if (iv->biv_p) in find_deriving_biv_for_expr()
1981 if (!biv || !biv->biv_p || integer_zerop (biv->step) in record_biv_for_address_use()
1996 if (!iv || !iv->biv_p || integer_zerop (iv->step) in record_biv_for_address_use()
2109 if (!iv->biv_p) in idx_find_step()
3415 if (iv && iv->biv_p && !integer_zerop (iv->step)) in add_iv_candidate_for_bivs()
Dloop-unroll.cc1509 if (!biv_p (insn, mode, dest)) in analyze_iv_to_split_insn()
Dloop-iv.cc1213 biv_p (rtx_insn *insn, scalar_int_mode mode, rtx reg) in biv_p() function
DChangeLog.dataflow2123 iv_analyze, iv_analyze_result, biv_p, iv_analysis_done): Removed df
DChangeLog-201718470 (biv_p): Likewise.
18501 (biv_p): Add a mode parameter. Update call to iv_analyze_biv.
18506 don't have a scalar_int_mode. Update call to biv_p.
DChangeLog-200621522 iv_analyze, biv_p, iv_analysis_done): Work with df representation of
DChangeLog-200412903 * cfgloop.h (biv_p): Declare.
12906 * loop-iv.c (biv_p): New function.
DChangeLog-201426329 (biv_p): Likewise.
26339 (biv_p): Likewise.
DChangeLog-20083943 iv_analyze, biv_p): Replaced struct df_ref * with df_ref.
DChangeLog-201922073 (biv_p): Same.