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

/freebsd-12-stable/contrib/gcc/
H A Domp-low.c2573 more = GOMP_loop_foo_start (N1, N2, STEP, CHUNK, &istart0, &iend0);
2576 V = istart0;
2583 if (GOMP_loop_foo_next (&istart0, &iend0)) goto L0; else goto L3;
2596 tree type, istart0, iend0, iend;
2605 istart0 = create_tmp_var (long_integer_type_node, ".istart0");
2608 TREE_ADDRESSABLE (istart0) = 1;
2640 t = build_fold_addr_expr (istart0);
2667 t = fold_convert (type, istart0);
2713 t = build_fold_addr_expr (istart0);
2595 tree type, istart0, iend0, iend; local
[all...]

Completed in 176 milliseconds