Searched refs:gimple_bind_add_seq (Results 1 – 5 of 5) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | omp-low.c | 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() [all …]
|
H A D | gimple.h | 3778 gimple_bind_add_seq (gbind *bind_stmt, gimple_seq seq)
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | omp-low.c | 6098 gimple_bind_add_seq (bind, tseq); in lower_omp_master() 6102 gimple_bind_add_seq (bind, gimple_omp_body (stmt)); in lower_omp_master() 6138 gimple_bind_add_seq (bind, gimple_omp_body (stmt)); in lower_omp_ordered() 6234 gimple_bind_add_seq (bind, gimple_omp_body (stmt)); in lower_omp_critical()
|
H A D | gimple.h | 2880 gimple_bind_add_seq (gimple gs, gimple_seq seq) in gimple_bind_add_seq() function
|
/dflybsd-src/contrib/gcc-4.7/gcc/doc/ |
H A D | gimple.texi | 1146 @deftypefn {GIMPLE function} void gimple_bind_add_seq (gimple gs, gimple_seq seq)
|