Home
last modified time | relevance | path

Searched refs:first_special (Results 1 – 6 of 6) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
HDloop-iv.c129 && !iv->first_special) in dump_iv_info()
156 if (iv->first_special) in dump_iv_info()
393 iv->first_special = false; in iv_constant()
409 && !iv->first_special) in iv_subreg()
437 iv->first_special = false; in iv_subreg()
449 && !iv->first_special) in iv_extend()
908 iv->first_special = inner_mode != outer_mode; in iv_analyze_biv()
1239 gcc_assert (!iv->first_special); in get_iv_value()
2091 if (iv0->first_special || iv0->mult != const1_rtx || iv0->delta != const0_rtx) in canonicalize_iv_subregs()
2093 if (iv1->first_special || iv1->mult != const1_rtx || iv1->delta != const0_rtx) in canonicalize_iv_subregs()
HDloop-unswitch.c203 || iv.first_special) in may_unswitch_on()
HDcfgloop.h353 unsigned first_special : 1; member
/dragonfly/contrib/gcc-8.0/gcc/
HDloop-iv.c168 && !iv->first_special) in dump_iv_info()
195 if (iv->first_special) in dump_iv_info()
392 iv->first_special = false; in iv_constant()
408 && !iv->first_special) in iv_subreg()
438 iv->first_special = false; in iv_subreg()
450 && !iv->first_special) in iv_extend()
911 iv->first_special = inner_mode != outer_mode; in iv_analyze_biv()
1239 gcc_assert (!iv->first_special); in get_iv_value()
2140 if (iv0->first_special || iv0->mult != const1_rtx || iv0->delta != const0_rtx) in canonicalize_iv_subregs()
2142 if (iv1->first_special || iv1->mult != const1_rtx || iv1->delta != const0_rtx) in canonicalize_iv_subregs()
HDcfgloop.h438 unsigned first_special : 1; member
/dragonfly/contrib/gcc-4.7/gcc/doc/
HDloop.texi405 with the following exception: if @code{first_special} is true, then the
408 then @code{first_special} must be false, @code{delta} 0, @code{mult} 1