Searched refs:NestedLoopCount (Results 1 – 1 of 1) sorted by relevance
4611 unsigned CurrentNestedLoopCount, unsigned NestedLoopCount, in CheckOpenMPIterationSpace() argument4622 << getOpenMPDirectiveName(DKind) << NestedLoopCount in CheckOpenMPIterationSpace()4624 if (NestedLoopCount > 1) { in CheckOpenMPIterationSpace()4694 ? ((NestedLoopCount == 1) ? OMPC_linear : OMPC_lastprivate) in CheckOpenMPIterationSpace()4936 unsigned NestedLoopCount = 1; in CheckOpenMPLoop() local4941 NestedLoopCount = Result.getLimitedValue(); in CheckOpenMPLoop()4947 if (Result.getLimitedValue() < NestedLoopCount) { in CheckOpenMPLoop()4955 NestedLoopCount = Result.getLimitedValue(); in CheckOpenMPLoop()4962 IterSpaces.resize(NestedLoopCount); in CheckOpenMPLoop()4964 for (unsigned Cnt = 0; Cnt < NestedLoopCount; ++Cnt) { in CheckOpenMPLoop()[all …]