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

  /src/external/gpl3/gcc/dist/gcc/
gimplify-me.cc 158 gimple *post_stmt = NULL; local
302 post_stmt = gimple_build_assign (lhs, temp);
310 if (post_stmt)
311 gsi_insert_after (gsi_p, post_stmt, GSI_NEW_STMT);
  /src/external/gpl3/gcc.old/dist/gcc/
gimplify-me.cc 158 gimple *post_stmt = NULL; local
302 post_stmt = gimple_build_assign (lhs, temp);
310 if (post_stmt)
311 gsi_insert_after (gsi_p, post_stmt, GSI_NEW_STMT);

Completed in 18 milliseconds