Lines Matching refs:CurrentNestedLoopCount
4755 unsigned CurrentNestedLoopCount, unsigned NestedLoopCount, in checkOpenMPIterationSpace() argument
4768 << (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()
4934 Pair.first->setLoopData(CurrentNestedLoopCount, CntValue); in checkOpenMPIterationSpace()