Searched refs:StaticChunkedOne (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGStmtOpenMP.cpp | 3425 bool StaticChunkedOne = in EmitOMPWorksharingLoop() local 3439 StaticChunkedOne) && in EmitOMPWorksharingLoop() 3453 [IVSize, IVSigned, Ordered, IL, LB, UB, ST, StaticChunkedOne, Chunk, in EmitOMPWorksharingLoop() 3464 StaticChunkedOne ? Chunk : nullptr); in EmitOMPWorksharingLoop() 3469 if (!StaticChunkedOne) in EmitOMPWorksharingLoop() 3488 StaticChunkedOne ? S.getCombinedParForInDistCond() in EmitOMPWorksharingLoop() 3490 StaticChunkedOne ? S.getDistInc() : S.getInc(), in EmitOMPWorksharingLoop()
|