Home
last modified time | relevance | path

Searched refs:DI_SCH_RUNTIME (Results 1 – 4 of 4) sorted by relevance

/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Dsemant.h224 #define DI_SCH_RUNTIME 4 macro
/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Dlowerilm.c2192 A_SCHED_TYPEG(ast) == DI_SCH_RUNTIME || in lower_do_stmt()
2223 case DI_SCH_RUNTIME: in lower_do_stmt()
2294 else if (A_SCHED_TYPEG(ast) == DI_SCH_RUNTIME) in lower_do_stmt()
2304 (A_SCHED_TYPEG(ast) == DI_SCH_RUNTIME)) { in lower_do_stmt()
2767 schedtype == DI_SCH_GUIDED || schedtype == DI_SCH_RUNTIME || in lower_enddo_stmt()
H A Dsemant.h366 #define DI_SCH_RUNTIME 4 macro
H A Dsemsmp.c5985 return DI_SCH_RUNTIME; in sched_type()
6320 if (DI_SCHED_TYPE(doif) == DI_SCH_RUNTIME || in do_schedule()
6348 DI_SCHED_TYPE(doif) = DI_SCH_RUNTIME; in do_schedule()