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

  /src/external/gpl3/gcc/dist/gcc/
omp-expand.cc 502 gimple *entry_stmt; local
515 entry_stmt = last_nondebug_stmt (region->entry);
516 parent_fndecl = gimple_omp_taskreg_child_fn (entry_stmt);
519 entry_stmt = last_nondebug_stmt (region->entry);
521 = gimple_omp_target_child_fn (as_a <gomp_target *> (entry_stmt));
551 gomp_parallel *entry_stmt,
562 clauses = gimple_omp_parallel_clauses (entry_stmt);
634 clause_loc = gimple_location (entry_stmt);
718 t = gimple_omp_parallel_data_arg (entry_stmt);
723 tree child_fndecl = gimple_omp_parallel_child_fn (entry_stmt);
1245 gimple *entry_stmt, *stmt; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
omp-expand.cc 501 gimple *entry_stmt; local
514 entry_stmt = last_stmt (region->entry);
515 parent_fndecl = gimple_omp_taskreg_child_fn (entry_stmt);
518 entry_stmt = last_stmt (region->entry);
520 = gimple_omp_target_child_fn (as_a <gomp_target *> (entry_stmt));
550 gomp_parallel *entry_stmt,
561 clauses = gimple_omp_parallel_clauses (entry_stmt);
633 clause_loc = gimple_location (entry_stmt);
717 t = gimple_omp_parallel_data_arg (entry_stmt);
722 tree child_fndecl = gimple_omp_parallel_child_fn (entry_stmt);
1242 gimple *entry_stmt, *stmt; local
    [all...]

Completed in 18 milliseconds