Lines Matching defs:ChunkSize
187 Value *ChunkSize =
200 createCallDispatchInit(ID, LB, UB, Stride, ChunkSize);
227 createCallStaticInit(ID, IsLastPtr, LBPtr, UBPtr, StridePtr, ChunkSize);
353 Value *ChunkSize) {
376 // The parameter 'ChunkSize' will hold strictly positive integer values,
387 ChunkSize};
414 Value *ChunkSize) {
435 // The parameter 'ChunkSize' will hold strictly positive integer values,
444 ChunkSize};
538 int ChunkSize, OMPGeneralSchedulingType Scheduling) const {
539 if (ChunkSize == 0 && Scheduling == OMPGeneralSchedulingType::StaticChunked)