HomeSort by: relevance | last modified time | path
    Searched defs:body_stmt (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
omp-oacc-kernels-decompose.cc 122 gimple *body_stmt = gsi_stmt (gsi); local
123 if (gimple_code (body_stmt) == GIMPLE_ASSIGN)
125 else if (gimple_code (body_stmt) == GIMPLE_OMP_FOR
127 return body_stmt;
gimplify.cc 17492 gimple *body_stmt;
17510 body_stmt = gimplify_and_return_first (TRANSACTION_EXPR_BODY (expr), &body);
17511 pop_gimplify_context (body_stmt);
17489 gimple *body_stmt; local
  /src/external/gpl3/gcc.old/dist/gcc/
omp-oacc-kernels-decompose.cc 122 gimple *body_stmt = gsi_stmt (gsi); local
123 if (gimple_code (body_stmt) == GIMPLE_ASSIGN)
125 else if (gimple_code (body_stmt) == GIMPLE_OMP_FOR
127 return body_stmt;
gimplify.cc 14711 gimple *body_stmt;
14729 body_stmt = gimplify_and_return_first (TRANSACTION_EXPR_BODY (expr), &body);
14730 pop_gimplify_context (body_stmt);
14708 gimple *body_stmt; local

Completed in 528 milliseconds