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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Domp-expand.c2556 more = GOMP_loop_foo_start (N1, N2, STEP, CHUNK, &istart0, &iend0);
2560 iend = iend0;
2566 if (GOMP_loop_foo_next (&istart0, &iend0)) goto L0; else goto L3;
2608 more = GOMP_loop_foo_start (0, count, 1, CHUNK, &istart0, &iend0);
2618 iend = iend0;
2635 if (GOMP_loop_foo_next (&istart0, &iend0)) goto L0; else goto L3;
2648 tree type, istart0, iend0, iend; local
2798 iend0 = create_tmp_var (fd->iter_type, ".iend0");
2800 TREE_ADDRESSABLE (iend0)
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Domp-expand.cc3738 more = GOMP_loop_foo_start (N1, N2, STEP, CHUNK, &istart0, &iend0);
3742 iend = iend0;
3748 if (GOMP_loop_foo_next (&istart0, &iend0)) goto L0; else goto L3;
3790 more = GOMP_loop_foo_start (0, count, 1, CHUNK, &istart0, &iend0);
3800 iend = iend0;
3817 if (GOMP_loop_foo_next (&istart0, &iend0)) goto L0; else goto L3;
3830 tree type, istart0, iend0, iend; local
3980 iend0 = create_tmp_var (fd->iter_type, ".iend0");
3982 TREE_ADDRESSABLE (iend0)
[all...]

Completed in 114 milliseconds