Searched refs:NestedLoopCount (Results 1 – 1 of 1) sorted by relevance
3386 unsigned CurrentNestedLoopCount, unsigned NestedLoopCount, in CheckOpenMPIterationSpace() argument3396 << getOpenMPDirectiveName(DKind) << NestedLoopCount in CheckOpenMPIterationSpace()3398 if (NestedLoopCount > 1) { in CheckOpenMPIterationSpace()3468 ? ((NestedLoopCount == 1) ? OMPC_linear : OMPC_lastprivate) in CheckOpenMPIterationSpace()3645 unsigned NestedLoopCount = 1; in CheckOpenMPLoop() local3650 NestedLoopCount = Result.getLimitedValue(); in CheckOpenMPLoop()3656 if (Result.getLimitedValue() < NestedLoopCount) { in CheckOpenMPLoop()3664 NestedLoopCount = Result.getLimitedValue(); in CheckOpenMPLoop()3670 IterSpaces.resize(NestedLoopCount); in CheckOpenMPLoop()3672 for (unsigned Cnt = 0; Cnt < NestedLoopCount; ++Cnt) { in CheckOpenMPLoop()[all …]