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.cpp1726 OMP_sch_static_chunked = 33, enumerator
1748 return Chunked ? (Ordered ? OMP_ord_static_chunked : OMP_sch_static_chunked) in getRuntimeSchedule()
1774 assert(Schedule != OMP_sch_static_chunked && "cannot be chunked here"); in isDynamic()
1789 (Schedule != OMP_sch_static && Schedule != OMP_sch_static_chunked && in emitForDispatchInit()
1823 assert(Schedule == OMP_sch_static || Schedule == OMP_sch_static_chunked || in emitForStaticInit()
1837 assert((Schedule == OMP_sch_static_chunked || in emitForStaticInit()