Home
last modified time | relevance | path

Searched refs:maybe_multiple (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dloop.c3872 if (biv->maybe_multiple)
3941 else if (iv->maybe_multiple)
4203 info[i].giv->maybe_multiple);
4307 int maybe_multiple = 0; local
4315 maybe_multiple = back_branch_in_range_p (loop, loop->scan_start);
4322 p = fncall (loop, p, not_every_iteration, maybe_multiple);
4334 maybe_multiple = 0;
4358 maybe_multiple = 1;
4714 && bl->biv->always_executed && ! bl->biv->maybe_multiple
4718 && v->always_executed && ! v->maybe_multiple
[all …]
H A Dloop.h120 unsigned maybe_multiple : 1; /* Only used for a biv and 1 if this biv member
H A Dunroll.c2488 && ! v->maybe_multiple
3500 if (!bl->biv->always_executed || bl->biv->maybe_multiple)
3519 if (!v->always_executed || v->maybe_multiple)
H A DFSFChangeLog538 * loop.c (strength_reduce): Track maybe_multiple on giv scan.
539 (find_mem_givs, record_giv): New argument maybe_multiple.
H A DChangeLog.17946 Don't set maybe_multiple for a backward jump that does not
7948 * unroll.c (biv_total_increment): Make use of maybe_multiple field.
H A DFSFChangeLog.102223 (strength_reduce): Correct comments. Don't set maybe_multiple when
H A DChangeLog.2766 maybe_multiple set.