Home
last modified time | relevance | path

Searched refs:vmain (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Domp-expand.cc3832 tree t, vmain, vback, bias = NULL_TREE; in expand_omp_for_generic() local
4452 vmain = gimple_omp_continue_control_use (cont_stmt); in expand_omp_for_generic()
4477 t = fold_build_pointer_plus (vmain, fd->loop.step); in expand_omp_for_generic()
4479 t = fold_build2 (PLUS_EXPR, type, vmain, fd->loop.step); in expand_omp_for_generic()
4855 tree type, itype, vmain, vback; in expand_omp_for_static_nochunk() local
5371 vmain = gimple_omp_continue_control_use (cont_stmt); in expand_omp_for_static_nochunk()
5394 t = fold_build_pointer_plus (vmain, step); in expand_omp_for_static_nochunk()
5396 t = fold_build2 (PLUS_EXPR, type, vmain, step); in expand_omp_for_static_nochunk()
5648 tree type, itype, vmain, vback, vextra; in expand_omp_for_static_chunk() local
6075 vmain = gimple_omp_continue_control_use (cont_stmt); in expand_omp_for_static_chunk()
[all …]