Home
last modified time | relevance | path

Searched refs:can_autoinc (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-loop-ivopts.c4650 bool *can_autoinc, bool speed) in get_address_cost() argument
4714 if (can_autoinc in get_address_cost()
4726 *can_autoinc = true; in get_address_cost()
4832 bool *can_autoinc, iv_inv_expr_ent **inv_expr) in get_computation_cost() argument
4846 if (can_autoinc) in get_computation_cost()
4847 *can_autoinc = false; in get_computation_cost()
4881 inv_vars, inv_expr, can_autoinc, speed); in get_computation_cost()
4984 bool can_autoinc; in determine_group_iv_cost_address() local
4990 &inv_vars, &can_autoinc, &inv_expr); in determine_group_iv_cost_address()
5000 if (can_autoinc) in determine_group_iv_cost_address()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-loop-ivopts.cc4681 bool *can_autoinc, bool speed) in get_address_cost() argument
4745 if (can_autoinc in get_address_cost()
4757 *can_autoinc = true; in get_address_cost()
4863 bool *can_autoinc, iv_inv_expr_ent **inv_expr) in get_computation_cost() argument
4877 if (can_autoinc) in get_computation_cost()
4878 *can_autoinc = false; in get_computation_cost()
4912 inv_vars, inv_expr, can_autoinc, speed); in get_computation_cost()
5020 bool can_autoinc; in determine_group_iv_cost_address() local
5026 &inv_vars, &can_autoinc, &inv_expr); in determine_group_iv_cost_address()
5036 if (can_autoinc) in determine_group_iv_cost_address()
[all …]