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

  /src/external/gpl3/gcc/dist/gcc/
gimple.h 164 GF_OMP_FOR_COMBINED_INTO = 1 << 4,
5485 GF_OMP_FOR_COMBINED_INTO flag set. */
5491 return (gimple_omp_subcode (g) & GF_OMP_FOR_COMBINED_INTO) != 0;
5495 /* Set the GF_OMP_FOR_COMBINED_INTO field in the OMP_FOR statement G depending
5502 g->subcode |= GF_OMP_FOR_COMBINED_INTO;
5504 g->subcode &= ~GF_OMP_FOR_COMBINED_INTO;
  /src/external/gpl3/gcc.old/dist/gcc/
gimple.h 163 GF_OMP_FOR_COMBINED_INTO = 1 << 4,
5398 GF_OMP_FOR_COMBINED_INTO flag set. */
5404 return (gimple_omp_subcode (g) & GF_OMP_FOR_COMBINED_INTO) != 0;
5408 /* Set the GF_OMP_FOR_COMBINED_INTO field in the OMP_FOR statement G depending
5415 g->subcode |= GF_OMP_FOR_COMBINED_INTO;
5417 g->subcode &= ~GF_OMP_FOR_COMBINED_INTO;

Completed in 17 milliseconds