Searched refs:get_computation_aff_1 (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-ssa-loop-ivopts.c | 3960 get_computation_aff_1 (class loop *loop, gimple *at, struct iv_use *use, 4071 if (!get_computation_aff_1 (loop, at, use, cand, aff, &aff_var)) in get_computation_aff() 4872 if (!get_computation_aff_1 (data->current_loop, at, use, in get_computation_cost() 7254 if (!get_computation_aff_1 (data->current_loop, use->stmt, in rewrite_use_nonlinear_expr()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-ssa-loop-ivopts.cc | 3991 get_computation_aff_1 (class loop *loop, gimple *at, struct iv_use *use, in get_computation_aff_1() function 4102 if (!get_computation_aff_1 (loop, at, use, cand, aff, &aff_var)) in get_computation_aff() 4903 if (!get_computation_aff_1 (data->current_loop, at, use, in get_computation_cost() 7384 if (!get_computation_aff_1 (data->current_loop, use->stmt, in rewrite_use_nonlinear_expr()
|
H A D | ChangeLog-2017 | 1854 (get_loop_invariant_expr, add_candidate_1, get_computation_aff_1) 32566 * tree-ssa-loop-ivopts.c (get_computation_aff_1): New. 32567 (get_computation_aff): Reorder parameters. Use get_computation_aff_1.
|
H A D | ChangeLog-2019 | 22573 (get_computation_aff_1): Same.
|