HomeSort by: relevance | last modified time | path
    Searched refs:istart0 (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
omp-expand.cc 3827 more = GOMP_loop_foo_start (N1, N2, STEP, CHUNK, &istart0, &iend0);
3830 V = istart0;
3837 if (GOMP_loop_foo_next (&istart0, &iend0)) goto L0; else goto L3;
3879 more = GOMP_loop_foo_start (0, count, 1, CHUNK, &istart0, &iend0);
3882 V = istart0;
3906 if (GOMP_loop_foo_next (&istart0, &iend0)) goto L0; else goto L3;
3919 tree type, istart0, iend0, iend; local
4071 istart0 = create_tmp_var (fd->iter_type, ".istart0");
4073 TREE_ADDRESSABLE (istart0) = 1
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
omp-expand.cc 3739 more = GOMP_loop_foo_start (N1, N2, STEP, CHUNK, &istart0, &iend0);
3742 V = istart0;
3749 if (GOMP_loop_foo_next (&istart0, &iend0)) goto L0; else goto L3;
3791 more = GOMP_loop_foo_start (0, count, 1, CHUNK, &istart0, &iend0);
3794 V = istart0;
3818 if (GOMP_loop_foo_next (&istart0, &iend0)) goto L0; else goto L3;
3831 tree type, istart0, iend0, iend; local
3980 istart0 = create_tmp_var (fd->iter_type, ".istart0");
3982 TREE_ADDRESSABLE (istart0) = 1
    [all...]

Completed in 38 milliseconds