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

/freebsd-9.3-release/contrib/gcc/
H A Domp-low.c2573 more = GOMP_loop_foo_start (N1, N2, STEP, CHUNK, &istart0, &iend0);
2577 iend = iend0;
2583 if (GOMP_loop_foo_next (&istart0, &iend0)) goto L0; else goto L3;
2596 tree type, istart0, iend0, iend;
2606 iend0 = create_tmp_var (long_integer_type_node, ".iend0");
2609 TREE_ADDRESSABLE (iend0) = 1;
2638 t = build_fold_addr_expr (iend0);
2671 t = fold_convert (type, iend0);
2711 t = build_fold_addr_expr (iend0);
2595 tree type, istart0, iend0, iend; local
[all...]

Completed in 100 milliseconds