Home | History | Annotate | Download | only in gcc

Lines Matching refs:istart0

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;
3980 istart0 = create_tmp_var (fd->iter_type, ".istart0");
3982 TREE_ADDRESSABLE (istart0) = 1;
4019 build_fold_addr_expr (istart0),
4028 t3 = build_fold_addr_expr (istart0);
4216 t = istart0;
4260 t = fold_build2 (PLUS_EXPR, itype, fold_convert (itype, istart0),
4414 istart0, true);
4523 build_fold_addr_expr (istart0),