Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-ssa-loop-ivopts.cc394 bitmap inv_exprs; /* The list of newly created invariant expressions member in cost_pair
472 bitmap inv_exprs; /* If step is more complicated than a single ssa_var, member
863 if (cand->inv_exprs) in dump_cand()
866 dump_bitmap (file, cand->inv_exprs); in dump_cand()
3192 cand->inv_exprs = cand->inv_vars; in add_candidate_1()
3194 if (cand->inv_exprs) in add_candidate_1()
3195 bitmap_clear (cand->inv_exprs); in add_candidate_1()
3197 cand->inv_exprs = BITMAP_ALLOC (NULL); in add_candidate_1()
3199 bitmap_set_bit (cand->inv_exprs, inv_expr->id); in add_candidate_1()
3678 enum tree_code comp, bitmap inv_exprs) in set_group_iv_cost() argument
[all …]
DChangeLog-201731446 * tree-ssa-loop-ivopts.c (struct iv_cand): New field inv_exprs.
31447 (dump_cand): Support iv_cand.inv_exprs.
31448 (add_candidate_1): Record invariant exprs in iv_cand.inv_exprs
31451 iv_cand.inv_exprs.
32606 inv_vars. Add inv_exprs.
32612 (tree_ssa_iv_optimize_init): Support inv_vars and inv_exprs.
32623 (iv_ca_set_remove_invs): ... this. Support inv_vars and inv_exprs.
32626 (iv_ca_set_add_invs): ... this. Support inv_vars and inv_exprs.
32628 (iv_ca_has_deps): Support inv_vars and inv_exprs.