Searched refs:has_decl_expr (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | gimplify.c | 11047 bitmap has_decl_expr = NULL; in gimplify_omp_for() local 11272 has_decl_expr = BITMAP_ALLOC (NULL); in gimplify_omp_for() 11278 bitmap_set_bit (has_decl_expr, DECL_UID (DECL_EXPR_DECL (t))); in gimplify_omp_for() 11289 bitmap_set_bit (has_decl_expr, DECL_UID (DECL_EXPR_DECL (t))); in gimplify_omp_for() 11464 if (has_decl_expr in gimplify_omp_for() 11465 && bitmap_bit_p (has_decl_expr, DECL_UID (decl))) in gimplify_omp_for() 11497 if ((has_decl_expr in gimplify_omp_for() 11498 && bitmap_bit_p (has_decl_expr, DECL_UID (decl))) in gimplify_omp_for() 11624 = (!has_decl_expr in gimplify_omp_for() 11625 || !bitmap_bit_p (has_decl_expr, DECL_UID (decl))); in gimplify_omp_for() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | gimplify.cc | 12335 bitmap has_decl_expr = NULL; in gimplify_omp_for() local 12580 has_decl_expr = BITMAP_ALLOC (NULL); in gimplify_omp_for() 12586 bitmap_set_bit (has_decl_expr, DECL_UID (DECL_EXPR_DECL (t))); in gimplify_omp_for() 12597 bitmap_set_bit (has_decl_expr, DECL_UID (DECL_EXPR_DECL (t))); in gimplify_omp_for() 12759 if (has_decl_expr in gimplify_omp_for() 12760 && bitmap_bit_p (has_decl_expr, DECL_UID (decl))) in gimplify_omp_for() 12792 if ((has_decl_expr in gimplify_omp_for() 12793 && bitmap_bit_p (has_decl_expr, DECL_UID (decl))) in gimplify_omp_for() 12847 = (!has_decl_expr in gimplify_omp_for() 12848 || !bitmap_bit_p (has_decl_expr, DECL_UID (decl))); in gimplify_omp_for() [all …]
|
| H A D | ChangeLog-2018 | 17007 loop, remember has_decl_expr from outer composite loops for the
|