Searched refs:istart0 (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);
2559 V = istart0;
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);
2611 V = istart0;
2635 if (GOMP_loop_foo_next (&istart0, &iend0)) goto L0; else goto L3;
2648 tree type, istart0, iend0, iend; local
2797 istart0 = create_tmp_var (fd->iter_type, ".istart0");
2799 TREE_ADDRESSABLE (istart0)
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Domp-expand.cc3738 more = GOMP_loop_foo_start (N1, N2, STEP, CHUNK, &istart0, &iend0);
3741 V = istart0;
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);
3793 V = istart0;
3817 if (GOMP_loop_foo_next (&istart0, &iend0)) goto L0; else goto L3;
3830 tree type, istart0, iend0, iend; local
3979 istart0 = create_tmp_var (fd->iter_type, ".istart0");
3981 TREE_ADDRESSABLE (istart0)
[all...]

Completed in 255 milliseconds