Lines Matching refs:const_tree
39 automatically_generated_chrec_p (const_tree chrec) in automatically_generated_chrec_p()
48 tree_is_chrec (const_tree expr) in tree_is_chrec()
59 enum ev_direction scev_direction (const_tree);
84 extern bool eq_evolutions_p (const_tree, const_tree);
85 extern bool is_multivariate_chrec (const_tree);
86 extern bool chrec_contains_symbols (const_tree, class loop * = NULL);
87 extern bool chrec_contains_symbols_defined_in_loop (const_tree, unsigned);
88 extern bool chrec_contains_undetermined (const_tree);
89 extern bool tree_contains_chrecs (const_tree, int *);
90 extern bool evolution_function_is_affine_multivariate_p (const_tree, int);
91 extern bool evolution_function_is_univariate_p (const_tree, int = 0);
95 extern bool evolution_function_right_is_integer_cst (const_tree);
100 chrec_zerop (const_tree chrec) in chrec_zerop()
171 evolution_function_is_constant_p (const_tree chrec) in evolution_function_is_constant_p()
182 evolution_function_is_affine_in_loop (const_tree chrec, int loopnum) in evolution_function_is_affine_in_loop()
204 evolution_function_is_affine_p (const_tree chrec) in evolution_function_is_affine_p()
217 tree_does_not_contain_chrecs (const_tree expr) in tree_does_not_contain_chrecs()
225 chrec_type (const_tree chrec) in chrec_type()