Searched refs:estimated_nb_iterations (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dcfgloop.h116 tree estimated_nb_iterations; member in struct:loop
H A Dtree-ssa-loop-niter.c1722 if (chrec_contains_undetermined (loop->estimated_nb_iterations)
1723 || tree_int_cst_lt (bound->bound, loop->estimated_nb_iterations))
1724 loop->estimated_nb_iterations = bound->bound;
1859 if (loop->estimated_nb_iterations == chrec_dont_know
1861 || (loop->estimated_nb_iterations != NULL_TREE
1862 && TREE_CODE (loop->estimated_nb_iterations) == INTEGER_CST))
1865 loop->estimated_nb_iterations = chrec_dont_know;
1886 if (chrec_contains_undetermined (loop->estimated_nb_iterations))
2090 loop->estimated_nb_iterations = NULL;
2123 loop->estimated_nb_iterations
[all...]
H A Dtree-data-ref.c983 && chrec_contains_undetermined (loop->estimated_nb_iterations))
2416 numiter = current_loops->parray[loopnum]->estimated_nb_iterations;

Completed in 62 milliseconds