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

/freebsd-10.0-release/contrib/gcc/
H A Domp-low.c2937 trip = 0;
2939 s0 = (trip * nthreads + threadid) * CHUNK;
2950 trip += 1;
2959 tree trip, nthreads, threadid;
3024 trip = get_initialized_tmp_var (t, &list, NULL);
3034 t = build2 (MULT_EXPR, type, trip, nthreads);
3091 t = build2 (PLUS_EXPR, type, trip, t);
3092 t = build2 (MODIFY_EXPR, void_type_node, trip, t);
2958 tree trip, nthreads, threadid; local

Completed in 61 milliseconds