Lines Matching refs:CurrentNestedLoopCount
8550 unsigned CurrentNestedLoopCount, unsigned NestedLoopCount, in checkOpenMPIterationSpace() argument
8569 << (CurrentNestedLoopCount > 0) << CurrentNestedLoopCount; in checkOpenMPIterationSpace()
8640 ResultIterSpaces[CurrentNestedLoopCount].PreCond = ISC.buildPreCond( in checkOpenMPIterationSpace()
8642 ResultIterSpaces[CurrentNestedLoopCount].NumIterations = in checkOpenMPIterationSpace()
8649 ResultIterSpaces[CurrentNestedLoopCount].CounterVar = in checkOpenMPIterationSpace()
8651 ResultIterSpaces[CurrentNestedLoopCount].PrivateCounterVar = in checkOpenMPIterationSpace()
8653 ResultIterSpaces[CurrentNestedLoopCount].CounterInit = ISC.buildCounterInit(); in checkOpenMPIterationSpace()
8654 ResultIterSpaces[CurrentNestedLoopCount].CounterStep = ISC.buildCounterStep(); in checkOpenMPIterationSpace()
8655 ResultIterSpaces[CurrentNestedLoopCount].InitSrcRange = ISC.getInitSrcRange(); in checkOpenMPIterationSpace()
8656 ResultIterSpaces[CurrentNestedLoopCount].CondSrcRange = in checkOpenMPIterationSpace()
8658 ResultIterSpaces[CurrentNestedLoopCount].IncSrcRange = in checkOpenMPIterationSpace()
8660 ResultIterSpaces[CurrentNestedLoopCount].Subtract = ISC.shouldSubtractStep(); in checkOpenMPIterationSpace()
8661 ResultIterSpaces[CurrentNestedLoopCount].IsStrictCompare = in checkOpenMPIterationSpace()
8663 std::tie(ResultIterSpaces[CurrentNestedLoopCount].MinValue, in checkOpenMPIterationSpace()
8664 ResultIterSpaces[CurrentNestedLoopCount].MaxValue) = in checkOpenMPIterationSpace()
8666 ResultIterSpaces[CurrentNestedLoopCount].FinalCondition = in checkOpenMPIterationSpace()
8668 ResultIterSpaces[CurrentNestedLoopCount].IsNonRectangularLB = in checkOpenMPIterationSpace()
8670 ResultIterSpaces[CurrentNestedLoopCount].IsNonRectangularUB = in checkOpenMPIterationSpace()
8672 ResultIterSpaces[CurrentNestedLoopCount].LoopDependentIdx = in checkOpenMPIterationSpace()
8676 (ResultIterSpaces[CurrentNestedLoopCount].PreCond == nullptr || in checkOpenMPIterationSpace()
8677 ResultIterSpaces[CurrentNestedLoopCount].NumIterations == nullptr || in checkOpenMPIterationSpace()
8678 ResultIterSpaces[CurrentNestedLoopCount].CounterVar == nullptr || in checkOpenMPIterationSpace()
8679 ResultIterSpaces[CurrentNestedLoopCount].PrivateCounterVar == nullptr || in checkOpenMPIterationSpace()
8680 ResultIterSpaces[CurrentNestedLoopCount].CounterInit == nullptr || in checkOpenMPIterationSpace()
8681 ResultIterSpaces[CurrentNestedLoopCount].CounterStep == nullptr); in checkOpenMPIterationSpace()
8684 if (CurrentNestedLoopCount < in checkOpenMPIterationSpace()
8687 CurrentNestedLoopCount, in checkOpenMPIterationSpace()
8688 ResultIterSpaces[CurrentNestedLoopCount].NumIterations); in checkOpenMPIterationSpace()
8690 CurrentNestedLoopCount, in checkOpenMPIterationSpace()
8691 ResultIterSpaces[CurrentNestedLoopCount].CounterVar); in checkOpenMPIterationSpace()
8695 if (CurrentNestedLoopCount >= Pair.first->getNumLoops()) { in checkOpenMPIterationSpace()
8700 Pair.second.size() <= CurrentNestedLoopCount) { in checkOpenMPIterationSpace()
8702 Pair.first->setLoopData(CurrentNestedLoopCount, nullptr); in checkOpenMPIterationSpace()
8709 ResultIterSpaces[CurrentNestedLoopCount].CounterVar, Captures, in checkOpenMPIterationSpace()
8714 ResultIterSpaces[CurrentNestedLoopCount].CounterVar, Captures, in checkOpenMPIterationSpace()
8716 Pair.second[CurrentNestedLoopCount].first, in checkOpenMPIterationSpace()
8717 Pair.second[CurrentNestedLoopCount].second); in checkOpenMPIterationSpace()
8718 Pair.first->setLoopData(CurrentNestedLoopCount, CntValue); in checkOpenMPIterationSpace()