Searched refs:tseq (Results 1 – 2 of 2) sorted by relevance
5573 gimple_seq tseq = OMP_CLAUSE_REDUCTION_GIMPLE_INIT (c); in lower_rec_input_clauses() local5574 lower_omp (&tseq, ctx); in lower_rec_input_clauses()5575 gimple_seq_add_seq (ilist, tseq); in lower_rec_input_clauses()5584 gimple_seq tseq = OMP_CLAUSE_REDUCTION_GIMPLE_MERGE (c); in lower_rec_input_clauses() local5585 lower_omp (&tseq, ctx); in lower_rec_input_clauses()5586 gimple_seq_add_seq (dlist, tseq); in lower_rec_input_clauses()6010 gimple_seq tseq = NULL; in lower_rec_input_clauses() local6011 gimplify_and_add (x, &tseq); in lower_rec_input_clauses()6013 lower_omp (&tseq, ctx->outer); in lower_rec_input_clauses()6014 gimple_seq_add_seq (&llist[1], tseq); in lower_rec_input_clauses()[all …]
33 tseq.c