Searched refs:GF_OMP_FOR_COMBINED (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgimple.h163 GF_OMP_FOR_COMBINED = 1 << 3, enumerator in enum:gf_mask
5177 GF_OMP_FOR_COMBINED flag set. */
5183 return (gimple_omp_subcode (g) & GF_OMP_FOR_COMBINED) != 0;
5187 /* Set the GF_OMP_FOR_COMBINED field in the OMP_FOR statement G depending on
5194 g->subcode |= GF_OMP_FOR_COMBINED;
5196 g->subcode &= ~GF_OMP_FOR_COMBINED;
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgimple.h162 GF_OMP_FOR_COMBINED = 1 << 3, enumerator in enum:gf_mask
5374 GF_OMP_FOR_COMBINED flag set. */
5380 return (gimple_omp_subcode (g) & GF_OMP_FOR_COMBINED) != 0;
5384 /* Set the GF_OMP_FOR_COMBINED field in the OMP_FOR statement G depending on
5391 g->subcode |= GF_OMP_FOR_COMBINED;
5393 g->subcode &= ~GF_OMP_FOR_COMBINED;

Completed in 197 milliseconds