Lines Matching refs:can_autoinc
4650 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()
5020 NULL, &can_autoinc, &inv_expr); in determine_group_iv_cost_address()
5594 bool can_autoinc = false; in autoinc_possible_for_pair() local
5595 get_computation_cost (data, use, cand, true, NULL, &can_autoinc, NULL); in autoinc_possible_for_pair()
5596 return can_autoinc; in autoinc_possible_for_pair()