Home
last modified time | relevance | path

Searched refs:always_computable (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/
H A Dloop.h117 unsigned always_computable : 1;/* 1 if this value is computable every member
H A Dloop.c5701 v->always_computable = ! not_every_iteration;
5838 v->always_computable = 1;
5840 v->always_computable = ! not_every_iteration;
6202 if (GET_CODE (p) == CODE_LABEL && ! giv->always_computable)
6239 else if ((GET_CODE (p) == CODE_LABEL && ! biv->always_computable)
8892 && ! v->ignore && ! v->maybe_dead && v->always_computable
8924 && ! v->ignore && ! v->maybe_dead && v->always_computable
8996 && ! v->ignore && ! v->maybe_dead && v->always_computable
9055 && ! v->ignore && ! v->maybe_dead && v->always_computable
9093 && ! v->ignore && ! v->maybe_dead && v->always_computable
H A Dunroll.c2487 if (v->always_computable && v->mult_val == const1_rtx
2725 && (! v->always_computable
H A DChangeLog.71217 instead of v->always_computable.