Lines Matching refs:tseq

4981 		      gimple_seq tseq = OMP_CLAUSE_REDUCTION_GIMPLE_INIT (c);  in lower_rec_input_clauses()  local
4982 lower_omp (&tseq, ctx); in lower_rec_input_clauses()
4983 gimple_seq_add_seq (ilist, tseq); in lower_rec_input_clauses()
4992 gimple_seq tseq = OMP_CLAUSE_REDUCTION_GIMPLE_MERGE (c); in lower_rec_input_clauses() local
4993 lower_omp (&tseq, ctx); in lower_rec_input_clauses()
4994 gimple_seq_add_seq (dlist, tseq); in lower_rec_input_clauses()
5382 gimple_seq tseq = NULL; in lower_rec_input_clauses() local
5383 gimplify_and_add (x, &tseq); in lower_rec_input_clauses()
5385 lower_omp (&tseq, ctx->outer); in lower_rec_input_clauses()
5386 gimple_seq_add_seq (&llist[1], tseq); in lower_rec_input_clauses()
5643 gimple *tseq; in lower_rec_input_clauses() local
5759 tseq = OMP_CLAUSE_REDUCTION_GIMPLE_INIT (c); in lower_rec_input_clauses()
5765 lower_omp (&tseq, ctx); in lower_rec_input_clauses()
5767 gimple_seq_add_seq (ilist, tseq); in lower_rec_input_clauses()
5816 tseq = OMP_CLAUSE_REDUCTION_GIMPLE_INIT (c); in lower_rec_input_clauses()
5817 lower_omp (&tseq, ctx); in lower_rec_input_clauses()
5818 gimple_seq_add_seq (&llist[0], tseq); in lower_rec_input_clauses()
5821 tseq = OMP_CLAUSE_REDUCTION_GIMPLE_MERGE (c); in lower_rec_input_clauses()
5822 lower_omp (&tseq, ctx); in lower_rec_input_clauses()
5823 gimple_seq_add_seq (&llist[1], tseq); in lower_rec_input_clauses()
5892 tseq = OMP_CLAUSE_REDUCTION_GIMPLE_INIT (c); in lower_rec_input_clauses()
5898 lower_omp (&tseq, ctx); in lower_rec_input_clauses()
5901 gimple_seq_add_seq (ilist, tseq); in lower_rec_input_clauses()
5938 tseq = OMP_CLAUSE_REDUCTION_GIMPLE_INIT (c); in lower_rec_input_clauses()
5939 lower_omp (&tseq, ctx); in lower_rec_input_clauses()
5940 gimple_seq_add_seq (ilist, tseq); in lower_rec_input_clauses()
5945 tseq = OMP_CLAUSE_REDUCTION_GIMPLE_MERGE (c); in lower_rec_input_clauses()
5946 lower_omp (&tseq, ctx); in lower_rec_input_clauses()
5947 gimple_seq_add_seq (dlist, tseq); in lower_rec_input_clauses()
8156 gimple_seq tseq; in lower_omp_master() local
8169 tseq = NULL; in lower_omp_master()
8170 gimplify_and_add (x, &tseq); in lower_omp_master()
8171 gimple_bind_add_seq (bind, tseq); in lower_omp_master()
8650 gimple_seq tseq = NULL; in lower_omp_task_reductions() local
8651 gimplify_stmt (&x, &tseq); in lower_omp_task_reductions()
8652 gimple_seq_add_seq (end, tseq); in lower_omp_task_reductions()
8733 gimple_seq tseq = NULL; in lower_omp_task_reductions() local
8734 gimplify_stmt (&x, &tseq); in lower_omp_task_reductions()
8735 gimple_seq_add_seq (end, tseq); in lower_omp_task_reductions()
9171 gimple_seq tseq = NULL; in lower_omp_ordered() local
9172 gimplify_assign (nonneg, fold_convert (integer_type_node, c), &tseq); in lower_omp_ordered()
9173 gimple_bind_add_seq (bind, tseq); in lower_omp_ordered()
9369 gimple_seq tseq = OMP_CLAUSE_REDUCTION_GIMPLE_INIT (c); in lower_omp_scan() local
9371 tseq = copy_gimple_seq_and_replace_locals (tseq); in lower_omp_scan()
9383 lower_omp (&tseq, octx); in lower_omp_scan()
9388 gimple_seq_add_seq (&before, tseq); in lower_omp_scan()
9403 gimple_seq tseq = OMP_CLAUSE_REDUCTION_GIMPLE_MERGE (c); in lower_omp_scan() local
9413 lower_omp (&tseq, octx); in lower_omp_scan()
9414 gimple_seq_add_seq (&before, tseq); in lower_omp_scan()
10085 gimple_seq tseq = OMP_CLAUSE_REDUCTION_GIMPLE_INIT (c); in lower_omp_for_scan() local
10086 tseq = copy_gimple_seq_and_replace_locals (tseq); in lower_omp_for_scan()
10096 lower_omp (&tseq, ctx); in lower_omp_for_scan()
10097 gimple_seq_add_seq (&thrn1_list, tseq); in lower_omp_for_scan()
10098 tseq = OMP_CLAUSE_REDUCTION_GIMPLE_INIT (c); in lower_omp_for_scan()
10099 lower_omp (&tseq, ctx); in lower_omp_for_scan()
10100 gimple_seq_add_seq (&thr02_list, tseq); in lower_omp_for_scan()
10132 gimple_seq tseq = OMP_CLAUSE_REDUCTION_GIMPLE_MERGE (c); in lower_omp_for_scan() local
10133 tseq = copy_gimple_seq_and_replace_locals (tseq); in lower_omp_for_scan()
10136 lower_omp (&tseq, ctx); in lower_omp_for_scan()
10137 gimple_seq_add_seq (&scan1_list, tseq); in lower_omp_for_scan()
10160 gimple_seq tseq = OMP_CLAUSE_REDUCTION_GIMPLE_MERGE (c); in lower_omp_for_scan() local
10161 tseq = copy_gimple_seq_and_replace_locals (tseq); in lower_omp_for_scan()
10171 lower_omp (&tseq, ctx); in lower_omp_for_scan()
10183 lower_omp (&tseq, ctx); in lower_omp_for_scan()
10185 gimple_seq_add_seq (&input2_list, tseq); in lower_omp_for_scan()
10193 tseq = OMP_CLAUSE_REDUCTION_GIMPLE_MERGE (c); in lower_omp_for_scan()
10194 tseq = copy_gimple_seq_and_replace_locals (tseq); in lower_omp_for_scan()
10201 lower_omp (&tseq, ctx); in lower_omp_for_scan()
10212 gimple_seq_add_seq (&reduc_list, tseq); in lower_omp_for_scan()