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

  /src/external/gpl3/gcc/dist/gcc/
gimplify.cc 2465 gimple *last_eval = last_stmt_in_scope (stmt);
2466 if (gimple_stmt_may_fallthru (last_eval)
2467 && (last_eval == NULL
2468 || !gimple_call_internal_p (last_eval, IFN_FALLTHROUGH))
2475 return last_eval;
2463 gimple *last_eval = last_stmt_in_scope (stmt); local
  /src/external/gpl3/gcc.old/dist/gcc/
gimplify.cc 2234 gimple *last_eval = last_stmt_in_scope (stmt);
2235 if (gimple_stmt_may_fallthru (last_eval)
2236 && (last_eval == NULL
2237 || !gimple_call_internal_p (last_eval, IFN_FALLTHROUGH))
2244 return last_eval;
2232 gimple *last_eval = last_stmt_in_scope (stmt); local

Completed in 48 milliseconds