Searched refs:StaticChunkedOne (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/clang/lib/CodeGen/ |
D | CGStmtOpenMP.cpp | 2984 bool StaticChunkedOne = RT.isStaticChunked(ScheduleKind.Schedule, in EmitOMPWorksharingLoop() local 2997 StaticChunkedOne) && in EmitOMPWorksharingLoop() 3011 [IVSize, IVSigned, Ordered, IL, LB, UB, ST, StaticChunkedOne, Chunk, in EmitOMPWorksharingLoop() 3022 StaticChunkedOne ? Chunk : nullptr); in EmitOMPWorksharingLoop() 3027 if (!StaticChunkedOne) in EmitOMPWorksharingLoop() 3046 StaticChunkedOne ? S.getCombinedParForInDistCond() in EmitOMPWorksharingLoop() 3048 StaticChunkedOne ? S.getDistInc() : S.getInc(), in EmitOMPWorksharingLoop()
|