Home
last modified time | relevance | path

Searched refs:body_stmt (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Domp-oacc-kernels-decompose.cc122 gimple *body_stmt = gsi_stmt (gsi); in top_level_omp_for_in_stmt() local
123 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()
H A Dgimplify.cc14706 gimple *body_stmt; in gimplify_transaction() local
14724 body_stmt = gimplify_and_return_first (TRANSACTION_EXPR_BODY (expr), &body); in gimplify_transaction()
14725 pop_gimplify_context (body_stmt); in gimplify_transaction()
H A DChangeLog.gimple-classes3560 "body_stmt" and "trans_stmt", strengthening the type of the latter
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgimplify.c13245 gimple *body_stmt; in gimplify_transaction() local
13263 body_stmt = gimplify_and_return_first (TRANSACTION_EXPR_BODY (expr), &body); in gimplify_transaction()
13264 pop_gimplify_context (body_stmt); in gimplify_transaction()