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

/haiku-buildtools/gcc/gcc/
H A Domp-low.c6020 more = GOMP_loop_foo_start (N1, N2, STEP, CHUNK, &istart0, &iend0);
6023 V = istart0;
6030 if (GOMP_loop_foo_next (&istart0, &iend0)) goto L0; else goto L3;
6072 more = GOMP_loop_foo_start (0, count, 1, CHUNK, &istart0, &iend0);
6075 V = istart0;
6099 if (GOMP_loop_foo_next (&istart0, &iend0)) goto L0; else goto L3;
6111 tree type, istart0, iend0, iend;
6128 istart0 = create_tmp_var (fd->iter_type, ".istart0");
6130 TREE_ADDRESSABLE (istart0)
6110 tree type, istart0, iend0, iend; local
[all...]

Completed in 103 milliseconds