Searched refs:PROP_gimple_eomp (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dtree-pass.h223 #define PROP_gimple_eomp (1 << 13) /* no OpenMP directives */ macro
H A Dtree-parloops.c2296 fun->curr_properties &= ~(PROP_gimple_eomp);
H A Domp-low.c9537 PROP_gimple_eomp, /* properties_provided */
9557 /* This pass always runs, to provide PROP_gimple_eomp.
9584 PROP_gimple_eomp, /* properties_provided */
9600 return !(fun->curr_properties & PROP_gimple_eomp);

Completed in 139 milliseconds