Searched refs:has_decl_expr (Results 1 – 2 of 2) sorted by relevance
12335 bitmap has_decl_expr = NULL; in gimplify_omp_for() local12580 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 …]
17007 loop, remember has_decl_expr from outer composite loops for the