Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp485 OMP_sch_static_chunked = 33, enumerator
2367 return Chunked ? (Ordered ? OMP_ord_static_chunked : OMP_sch_static_chunked) in getRuntimeSchedule()
2407 assert(Schedule != OMP_sch_static_chunked && "cannot be chunked here"); in isDynamic()
2423 if (Schedule == OMP_sch_static_chunked) in addMonoNonMonoModifier()
2438 if (Schedule == OMP_sch_static_chunked) in addMonoNonMonoModifier()
2459 (Schedule != OMP_sch_static && Schedule != OMP_sch_static_chunked && in emitForDispatchInit()
2492 assert(Schedule == OMP_sch_static || Schedule == OMP_sch_static_chunked || in emitForStaticInitCall()
2510 assert((Schedule == OMP_sch_static_chunked || in emitForStaticInitCall()