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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Domp-expand.c6099 tree offset_incr = NULL_TREE; local
6247 offset_incr = gimple_omp_continue_control_def (cont_stmt);
6252 offset_init = offset_incr = offset;
6419 ass = gimple_build_assign (offset_incr, expr);
6421 expr = build2 (cond_code, boolean_type_node, offset_incr, bound);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Domp-expand.cc7617 tree offset_incr = NULL_TREE; local
7765 offset_incr = gimple_omp_continue_control_def (cont_stmt);
7770 offset_init = offset_incr = offset;
7937 ass = gimple_build_assign (offset_incr, expr);
7939 expr = build2 (cond_code, boolean_type_node, offset_incr, bound);

Completed in 282 milliseconds