Searched refs:tseq (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | omp-low.c | 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() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | omp-low.cc | 5573 gimple_seq tseq = OMP_CLAUSE_REDUCTION_GIMPLE_INIT (c); in lower_rec_input_clauses() local 5574 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() local 5585 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() local 6011 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 …]
|
| /netbsd-src/lib/libc/db/hash/ |
| H A D | README | 33 tseq.c
|