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

  /src/external/gpl3/gcc.old/dist/gcc/
gimple-walk.cc 377 gomp_parallel *omp_par_stmt = as_a <gomp_parallel *> (stmt); local
378 ret = walk_tree (gimple_omp_parallel_clauses_ptr (omp_par_stmt),
382 ret = walk_tree (gimple_omp_parallel_child_fn_ptr (omp_par_stmt),
386 ret = walk_tree (gimple_omp_parallel_data_arg_ptr (omp_par_stmt),
tree-parloops.cc 2743 gomp_parallel *omp_par_stmt; local
2774 omp_par_stmt = gimple_build_omp_parallel (NULL, t, loop_fn, data);
2775 gimple_set_location (omp_par_stmt, loc);
2777 gsi_insert_after (&gsi, omp_par_stmt, GSI_NEW_STMT);
tree-inline.cc 1621 gomp_parallel *omp_par_stmt = as_a <gomp_parallel *> (stmt); local
1622 s1 = remap_gimple_seq (gimple_omp_body (omp_par_stmt), id);
1625 gimple_omp_parallel_clauses (omp_par_stmt),
1626 gimple_omp_parallel_child_fn (omp_par_stmt),
1627 gimple_omp_parallel_data_arg (omp_par_stmt));
  /src/external/gpl3/gcc/dist/gcc/
gimple-walk.cc 387 gomp_parallel *omp_par_stmt = as_a <gomp_parallel *> (stmt); local
388 ret = walk_tree (gimple_omp_parallel_clauses_ptr (omp_par_stmt),
392 ret = walk_tree (gimple_omp_parallel_child_fn_ptr (omp_par_stmt),
396 ret = walk_tree (gimple_omp_parallel_data_arg_ptr (omp_par_stmt),
tree-parloops.cc 2744 gomp_parallel *omp_par_stmt; local
2775 omp_par_stmt = gimple_build_omp_parallel (NULL, t, loop_fn, data);
2776 gimple_set_location (omp_par_stmt, loc);
2778 gsi_insert_after (&gsi, omp_par_stmt, GSI_NEW_STMT);
tree-inline.cc 1619 gomp_parallel *omp_par_stmt = as_a <gomp_parallel *> (stmt); local
1620 s1 = remap_gimple_seq (gimple_omp_body (omp_par_stmt), id);
1623 gimple_omp_parallel_clauses (omp_par_stmt),
1624 gimple_omp_parallel_child_fn (omp_par_stmt),
1625 gimple_omp_parallel_data_arg (omp_par_stmt));

Completed in 28 milliseconds