Home | History | Annotate | Download | only in include

Lines Matching refs:arg_size

656   tree arg_size;
3767 return gs->gimple_omp_task.arg_size;
3777 return &gs->gimple_omp_task.arg_size;
3781 /* Set ARG_SIZE to be the data block size for OMP_TASK GS. */
3784 gimple_omp_task_set_arg_size (gimple gs, tree arg_size)
3787 gs->gimple_omp_task.arg_size = arg_size;
3811 /* Set ARG_SIZE to be the data block align for OMP_TASK GS. */