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

  /src/external/gpl3/gcc/dist/gcc/
omp-expand.cc 8352 gomp_sections *sections_stmt; local
8408 sections_stmt = as_a <gomp_sections *> (gsi_stmt (si));
8409 gcc_assert (gimple_code (sections_stmt) == GIMPLE_OMP_SECTIONS);
8410 vin = gimple_omp_sections_control (sections_stmt);
8411 tree clauses = gimple_omp_sections_clauses (sections_stmt);
  /src/external/gpl3/gcc.old/dist/gcc/
omp-expand.cc 8265 gomp_sections *sections_stmt; local
8321 sections_stmt = as_a <gomp_sections *> (gsi_stmt (si));
8322 gcc_assert (gimple_code (sections_stmt) == GIMPLE_OMP_SECTIONS);
8323 vin = gimple_omp_sections_control (sections_stmt);
8324 tree clauses = gimple_omp_sections_clauses (sections_stmt);

Completed in 41 milliseconds