Searched refs:first_special (Results 1 – 6 of 6) sorted by relevance
129 && !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()
203 || iv.first_special) in may_unswitch_on()
353 unsigned first_special : 1; member
168 && !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()
438 unsigned first_special : 1; member
405 with the following exception: if @code{first_special} is true, then the408 then @code{first_special} must be false, @code{delta} 0, @code{mult} 1