Searched refs:initial_condition (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dtree-chrec.h71 extern tree initial_condition (tree);
H A Dtree-chrec.c713 initial_condition (tree chrec)
719 return initial_condition (CHREC_LEFT (chrec));
749 return initial_condition (chrec);
711 initial_condition (tree chrec) function
H A Dtree-data-ref.c996 base = initial_condition (access_fn);
1946 difference = chrec_fold_minus (type, initial_condition (chrec_b), chrec_a);
1957 if (!chrec_is_positive (initial_condition (difference), &value0))
H A Dtree-ssa-loop-niter.c2861 init = initial_condition (ev);

Completed in 120 milliseconds