Searched refs:CurrentNestedLoopCount (Results 1 – 1 of 1) sorted by relevance
4755 unsigned CurrentNestedLoopCount, unsigned NestedLoopCount, in checkOpenMPIterationSpace() argument4768 << (CurrentNestedLoopCount > 0) << CurrentNestedLoopCount; in checkOpenMPIterationSpace()4904 if (CurrentNestedLoopCount < in checkOpenMPIterationSpace()4907 CurrentNestedLoopCount, ResultIterSpace.NumIterations); in checkOpenMPIterationSpace()4909 CurrentNestedLoopCount, ResultIterSpace.CounterVar); in checkOpenMPIterationSpace()4913 if (CurrentNestedLoopCount >= Pair.first->getNumLoops()) { in checkOpenMPIterationSpace()4918 Pair.second.size() <= CurrentNestedLoopCount) { in checkOpenMPIterationSpace()4920 Pair.first->setLoopData(CurrentNestedLoopCount, nullptr); in checkOpenMPIterationSpace()4932 Pair.second[CurrentNestedLoopCount].first, in checkOpenMPIterationSpace()4933 Pair.second[CurrentNestedLoopCount].second); in checkOpenMPIterationSpace()[all …]