Searched refs:nonrect_bounds (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Domp-expand.cc2476 tree *counts, tree *nonrect_bounds,
3049 nonrect_bounds[i] = create_tmp_reg (itype, ".bound");
3053 stmt = gimple_build_assign (nonrect_bounds[i], t);
3070 For non-rectangular loops, use temporaries stored in nonrect_bounds
3099 extract_omp_for_update_vars (struct omp_for_data *fd, tree *nonrect_bounds, argument
3220 TREE_TYPE (nonrect_bounds[j]),
3226 stmt = gimple_build_assign (nonrect_bounds[j], n2);
3228 n2 = nonrect_bounds[j];
3256 t = nonrect_bounds[i];
5312 tree *nonrect_bounds local
2475 expand_omp_for_init_vars(struct omp_for_data *fd, gimple_stmt_iterator *gsi, tree *counts, tree *nonrect_bounds, gimple *inner_stmt, tree startvar) argument
6479 tree *nonrect_bounds = NULL; local
7374 tree *nonrect_bounds = NULL; local
[all...]

Completed in 206 milliseconds