Searched refs:biv_p (Results 1 – 11 of 11) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | cfgloop.h | 505 extern bool biv_p (rtx_insn *, scalar_int_mode, rtx);
|
| D | tree-ssa-loop-ivopts.cc | 175 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()
|
| D | loop-unroll.cc | 1509 if (!biv_p (insn, mode, dest)) in analyze_iv_to_split_insn()
|
| D | loop-iv.cc | 1213 biv_p (rtx_insn *insn, scalar_int_mode mode, rtx reg) in biv_p() function
|
| D | ChangeLog.dataflow | 2123 iv_analyze, iv_analyze_result, biv_p, iv_analysis_done): Removed df
|
| D | ChangeLog-2017 | 18470 (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.
|
| D | ChangeLog-2006 | 21522 iv_analyze, biv_p, iv_analysis_done): Work with df representation of
|
| D | ChangeLog-2004 | 12903 * cfgloop.h (biv_p): Declare. 12906 * loop-iv.c (biv_p): New function.
|
| D | ChangeLog-2014 | 26329 (biv_p): Likewise. 26339 (biv_p): Likewise.
|
| D | ChangeLog-2008 | 3943 iv_analyze, biv_p): Replaced struct df_ref * with df_ref.
|
| D | ChangeLog-2019 | 22073 (biv_p): Same.
|