Lines Matching defs:loop

363 bound_difference (struct loop *loop, tree x, tree y, bounds *bnds)  in bound_difference()
1222 number_of_iterations_cond (struct loop *loop, in number_of_iterations_cond()
1666 simplify_using_initial_conditions (struct loop *loop, tree expr) in simplify_using_initial_conditions()
1710 simplify_using_outer_evolutions (struct loop *loop, tree expr) in simplify_using_outer_evolutions()
1763 loop_only_exit_p (const struct loop *loop, const_edge exit) in loop_only_exit_p()
1803 number_of_iterations_exit (struct loop *loop, edge exit, in number_of_iterations_exit()
1929 find_loop_niter (struct loop *loop, edge *exit) in find_loop_niter()
1994 finite_loop_p (struct loop *loop) in finite_loop_p()
2052 chain_of_csts_start (struct loop *loop, tree x) in chain_of_csts_start()
2100 get_base_for (struct loop *loop, tree x) in get_base_for()
2189 loop_niter_by_eval (struct loop *loop, edge exit) in loop_niter_by_eval()
2282 find_loop_niter_by_eval (struct loop *loop, edge *exit) in find_loop_niter_by_eval()
2503 record_niter_bound (struct loop *loop, double_int i_bound, bool realistic, in record_niter_bound()
2532 record_estimate (struct loop *loop, tree bound, double_int i_bound, in record_estimate()
2598 record_nonwrapping_iv (struct loop *loop, tree base, tree step, gimple stmt, in record_nonwrapping_iv()
2696 struct loop *loop; member
2708 struct loop *loop = data->loop; in idx_infer_loop_bounds() local
2784 infer_loop_bounds_from_ref (struct loop *loop, gimple stmt, tree ref, in infer_loop_bounds_from_ref()
2800 infer_loop_bounds_from_array (struct loop *loop, gimple stmt, bool reliable) in infer_loop_bounds_from_array()
2837 infer_loop_bounds_from_pointer_arith (struct loop *loop, gimple stmt) in infer_loop_bounds_from_pointer_arith()
2895 infer_loop_bounds_from_signedness (struct loop *loop, gimple stmt) in infer_loop_bounds_from_signedness()
2941 infer_loop_bounds_from_undefined (struct loop *loop) in infer_loop_bounds_from_undefined()
2999 estimate_numbers_of_iterations_loop (struct loop *loop, bool use_undefined_p) in estimate_numbers_of_iterations_loop()
3060 estimated_loop_iterations (struct loop *loop, bool conservative, in estimated_loop_iterations()
3087 estimated_loop_iterations_int (struct loop *loop, bool conservative) in estimated_loop_iterations_int()
3107 max_stmt_executions_int (struct loop *loop, bool conservative) in max_stmt_executions_int()
3127 max_stmt_executions (struct loop *loop, bool conservative, double_int *nit) in max_stmt_executions()
3147 struct loop *loop; in estimate_numbers_of_iterations() local
3283 gimple at_stmt, struct loop *loop, in scev_probably_wraps_p()
3371 free_numbers_of_iterations_estimates_loop (struct loop *loop) in free_numbers_of_iterations_estimates_loop()
3392 struct loop *loop; in free_numbers_of_iterations_estimates() local
3404 substitute_in_loop_info (struct loop *loop, tree name, tree val) in substitute_in_loop_info()