Searched defs:inv_vars (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-ssa-loop-ivopts.c | 392 bitmap inv_vars; /* The list of invariant ssa_vars that have to be variable 469 bitmap inv_vars; /* The list of invariant ssa_vars used in step of the member 2973 bitmap *inv_vars; member 3022 find_inv_vars (struct ivopts_data *data, tree *expr_p, bitmap *inv_vars) in find_inv_vars() 3646 comp_cost cost, bitmap inv_vars, tree value, in set_group_iv_cost() 4520 force_var_cost (struct ivopts_data *data, tree expr, bitmap *inv_vars) in force_var_cost() 4649 bitmap *inv_vars, iv_inv_expr_ent **inv_expr, in get_address_cost() 4831 struct iv_cand *cand, bool address_p, bitmap *inv_vars, in get_computation_cost() 4953 bitmap inv_vars = NULL, inv_exprs = NULL; in determine_group_iv_cost_generic() local 4983 bitmap inv_vars = NULL, inv_exprs = NULL; in determine_group_iv_cost_address() local [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-ssa-loop-ivopts.cc | 392 bitmap inv_vars; /* The list of invariant ssa_vars that have to be member in cost_pair 470 bitmap inv_vars; /* The list of invariant ssa_vars used in step of the member 2974 bitmap *inv_vars; member 3023 find_inv_vars (struct ivopts_data *data, tree *expr_p, bitmap *inv_vars) in find_inv_vars() 3677 comp_cost cost, bitmap inv_vars, tree value, in set_group_iv_cost() 4551 force_var_cost (struct ivopts_data *data, tree expr, bitmap *inv_vars) in force_var_cost() 4680 bitmap *inv_vars, iv_inv_expr_ent **inv_expr, in get_address_cost() 4862 struct iv_cand *cand, bool address_p, bitmap *inv_vars, in get_computation_cost() 4984 bitmap inv_vars = NULL, inv_exprs = NULL; in determine_group_iv_cost_generic() local 5019 bitmap inv_vars = NULL, inv_exprs = NULL; in determine_group_iv_cost_address() local [all …]
|