Home | History | Annotate | Download | only in gcc

Lines Matching defs:iv_map

178   void build_iv_mapping (vec<tree> iv_map, gimple_poly_bb_p gbb,
187 vec<tree> iv_map);
189 vec<tree> iv_map);
191 vec<tree> iv_map);
747 /* Inserts in iv_map a tuple (OLD_LOOP->num, NEW_NAME) for the induction
755 build_iv_mapping (vec<tree> iv_map, gimple_poly_bb_p gbb,
774 iv_map[old_loop->num] = t;
780 FIXME: We should remove iv_map.create (loop->num + 1), if it is possible. */
805 vec<tree> iv_map;
806 iv_map.create (nb_loops);
807 iv_map.safe_grow_cleared (nb_loops, true);
809 build_iv_mapping (iv_map, gbb, user_expr, ip, pbb->scop->scop_info->region);
821 next_e = copy_bb_and_scalar_dependences (old_bb, next_e, iv_map);
823 iv_map.release ();
1082 vec<tree> iv_map)
1098 new_expr = chrec_apply_map (scev, iv_map);
1144 and compute the new induction variables according to the IV_MAP. */
1148 vec<tree> iv_map)
1214 bb->loop_father, iv_map);
1234 copy_bb_and_scalar_dependences (basic_block bb, edge next_e, vec<tree> iv_map)
1262 graphite_copy_stmts_from_block (bb, new_bb, iv_map);
1304 iv_map);