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

  /src/external/gpl3/gcc.old/dist/gcc/
gimple-walk.cc 341 gomp_scan *scan_stmt = as_a <gomp_scan *> (stmt); local
342 ret = walk_tree (gimple_omp_scan_clauses_ptr (scan_stmt),
omp-low.cc 2954 gomp_scan *scan_stmt = gimple_build_omp_scan (NULL, c); local
2958 gsi_insert_after (gsi, scan_stmt, GSI_NEW_STMT);
3003 gimple_omp_set_body (scan_stmt, scan_body);
3008 ctx = new_omp_context (scan_stmt, outer_ctx);
3009 scan_omp (gimple_omp_body_ptr (scan_stmt), ctx);
  /src/external/gpl3/gcc/dist/gcc/
gimple-walk.cc 351 gomp_scan *scan_stmt = as_a <gomp_scan *> (stmt); local
352 ret = walk_tree (gimple_omp_scan_clauses_ptr (scan_stmt),
omp-low.cc 2996 gomp_scan *scan_stmt = gimple_build_omp_scan (NULL, c); local
3000 gsi_insert_after (gsi, scan_stmt, GSI_NEW_STMT);
3045 gimple_omp_set_body (scan_stmt, scan_body);
3050 ctx = new_omp_context (scan_stmt, outer_ctx);
3051 scan_omp (gimple_omp_body_ptr (scan_stmt), ctx);

Completed in 24 milliseconds