Home | History | Annotate | Download | only in gcc

Lines Matching defs:vmain

3832   tree t, vmain, vback, bias = NULL_TREE;
4452 vmain = gimple_omp_continue_control_use (cont_stmt);
4477 t = fold_build_pointer_plus (vmain, fd->loop.step);
4479 t = fold_build2 (PLUS_EXPR, type, vmain, fd->loop.step);
4855 tree type, itype, vmain, vback;
5371 vmain = gimple_omp_continue_control_use (cont_stmt);
5394 t = fold_build_pointer_plus (vmain, step);
5396 t = fold_build2 (PLUS_EXPR, type, vmain, step);
5648 tree type, itype, vmain, vback, vextra;
6075 vmain = gimple_omp_continue_control_use (cont_stmt);
6098 t = fold_build_pointer_plus (vmain, step);
6100 t = fold_build2 (PLUS_EXPR, type, vmain, step);
7251 tree e, t, type, itype, vmain, vback, bias = NULL_TREE;
7396 vmain = gimple_omp_continue_control_use (cont_stmt);
7402 t = fold_build_pointer_plus (vmain, step);
7404 t = fold_build2 (PLUS_EXPR, type, vmain, step);
8261 tree t, u, vin = NULL, vmain, vnext, l2;
8412 vmain = gimple_omp_continue_control_use (cont);
8417 vmain = vin;
8470 stmt = gimple_build_switch (vmain, u, label_vec);