Lines Matching refs:gimple_bind_add_seq
6200 gimple_bind_add_seq (bind, tseq); in lower_omp_master()
6204 gimple_bind_add_seq (bind, gimple_omp_body (stmt)); in lower_omp_master()
6237 gimple_bind_add_seq (bind, gimple_omp_body (stmt)); in lower_omp_taskgroup()
6562 gimple_bind_add_seq (bind, gimple_omp_body (stmt)); in lower_omp_ordered()
6575 gimple_bind_add_seq (bind, tseq); in lower_omp_ordered()
6696 gimple_bind_add_seq (bind, gimple_omp_body (stmt)); in lower_omp_critical()
7540 gimple_bind_add_seq (bind, ilist); in lower_omp_taskreg()
7544 gimple_bind_add_seq (bind, new_body); in lower_omp_taskreg()
7545 gimple_bind_add_seq (bind, olist); in lower_omp_taskreg()
7551 gimple_bind_add_seq (dep_bind, dep_ilist); in lower_omp_taskreg()
7553 gimple_bind_add_seq (dep_bind, dep_olist); in lower_omp_taskreg()
8604 gimple_bind_add_seq (bind, ilist); in lower_omp_target()
8606 gimple_bind_add_seq (bind, olist); in lower_omp_target()
8612 gimple_bind_add_seq (dep_bind, dep_ilist); in lower_omp_target()
8614 gimple_bind_add_seq (dep_bind, dep_olist); in lower_omp_target()