Searched refs:body_stmt (Results 1 – 4 of 4) sorted by relevance
122 gimple *body_stmt = gsi_stmt (gsi); in top_level_omp_for_in_stmt() local123 if (gimple_code (body_stmt) == GIMPLE_ASSIGN) in top_level_omp_for_in_stmt()125 else if (gimple_code (body_stmt) == GIMPLE_OMP_FOR in top_level_omp_for_in_stmt()127 return body_stmt; in top_level_omp_for_in_stmt()
14706 gimple *body_stmt; in gimplify_transaction() local14724 body_stmt = gimplify_and_return_first (TRANSACTION_EXPR_BODY (expr), &body); in gimplify_transaction()14725 pop_gimplify_context (body_stmt); in gimplify_transaction()
3560 "body_stmt" and "trans_stmt", strengthening the type of the latter
13245 gimple *body_stmt; in gimplify_transaction() local13263 body_stmt = gimplify_and_return_first (TRANSACTION_EXPR_BODY (expr), &body); in gimplify_transaction()13264 pop_gimplify_context (body_stmt); in gimplify_transaction()