Lines Matching refs:CurrentNestedLoopCount
7812 unsigned CurrentNestedLoopCount, unsigned NestedLoopCount, in checkOpenMPIterationSpace() argument
7828 << (CurrentNestedLoopCount > 0) << CurrentNestedLoopCount; in checkOpenMPIterationSpace()
7899 ResultIterSpaces[CurrentNestedLoopCount].PreCond = ISC.buildPreCond( in checkOpenMPIterationSpace()
7901 ResultIterSpaces[CurrentNestedLoopCount].NumIterations = in checkOpenMPIterationSpace()
7907 ResultIterSpaces[CurrentNestedLoopCount].CounterVar = in checkOpenMPIterationSpace()
7909 ResultIterSpaces[CurrentNestedLoopCount].PrivateCounterVar = in checkOpenMPIterationSpace()
7911 ResultIterSpaces[CurrentNestedLoopCount].CounterInit = ISC.buildCounterInit(); in checkOpenMPIterationSpace()
7912 ResultIterSpaces[CurrentNestedLoopCount].CounterStep = ISC.buildCounterStep(); in checkOpenMPIterationSpace()
7913 ResultIterSpaces[CurrentNestedLoopCount].InitSrcRange = ISC.getInitSrcRange(); in checkOpenMPIterationSpace()
7914 ResultIterSpaces[CurrentNestedLoopCount].CondSrcRange = in checkOpenMPIterationSpace()
7916 ResultIterSpaces[CurrentNestedLoopCount].IncSrcRange = in checkOpenMPIterationSpace()
7918 ResultIterSpaces[CurrentNestedLoopCount].Subtract = ISC.shouldSubtractStep(); in checkOpenMPIterationSpace()
7919 ResultIterSpaces[CurrentNestedLoopCount].IsStrictCompare = in checkOpenMPIterationSpace()
7921 std::tie(ResultIterSpaces[CurrentNestedLoopCount].MinValue, in checkOpenMPIterationSpace()
7922 ResultIterSpaces[CurrentNestedLoopCount].MaxValue) = in checkOpenMPIterationSpace()
7924 ResultIterSpaces[CurrentNestedLoopCount].FinalCondition = in checkOpenMPIterationSpace()
7926 ResultIterSpaces[CurrentNestedLoopCount].IsNonRectangularLB = in checkOpenMPIterationSpace()
7928 ResultIterSpaces[CurrentNestedLoopCount].IsNonRectangularUB = in checkOpenMPIterationSpace()
7930 ResultIterSpaces[CurrentNestedLoopCount].LoopDependentIdx = in checkOpenMPIterationSpace()
7934 (ResultIterSpaces[CurrentNestedLoopCount].PreCond == nullptr || in checkOpenMPIterationSpace()
7935 ResultIterSpaces[CurrentNestedLoopCount].NumIterations == nullptr || in checkOpenMPIterationSpace()
7936 ResultIterSpaces[CurrentNestedLoopCount].CounterVar == nullptr || in checkOpenMPIterationSpace()
7937 ResultIterSpaces[CurrentNestedLoopCount].PrivateCounterVar == nullptr || in checkOpenMPIterationSpace()
7938 ResultIterSpaces[CurrentNestedLoopCount].CounterInit == nullptr || in checkOpenMPIterationSpace()
7939 ResultIterSpaces[CurrentNestedLoopCount].CounterStep == nullptr); in checkOpenMPIterationSpace()
7942 if (CurrentNestedLoopCount < in checkOpenMPIterationSpace()
7945 CurrentNestedLoopCount, in checkOpenMPIterationSpace()
7946 ResultIterSpaces[CurrentNestedLoopCount].NumIterations); in checkOpenMPIterationSpace()
7948 CurrentNestedLoopCount, in checkOpenMPIterationSpace()
7949 ResultIterSpaces[CurrentNestedLoopCount].CounterVar); in checkOpenMPIterationSpace()
7953 if (CurrentNestedLoopCount >= Pair.first->getNumLoops()) { in checkOpenMPIterationSpace()
7958 Pair.second.size() <= CurrentNestedLoopCount) { in checkOpenMPIterationSpace()
7960 Pair.first->setLoopData(CurrentNestedLoopCount, nullptr); in checkOpenMPIterationSpace()
7967 ResultIterSpaces[CurrentNestedLoopCount].CounterVar, Captures, in checkOpenMPIterationSpace()
7972 ResultIterSpaces[CurrentNestedLoopCount].CounterVar, Captures, in checkOpenMPIterationSpace()
7974 Pair.second[CurrentNestedLoopCount].first, in checkOpenMPIterationSpace()
7975 Pair.second[CurrentNestedLoopCount].second); in checkOpenMPIterationSpace()
7976 Pair.first->setLoopData(CurrentNestedLoopCount, CntValue); in checkOpenMPIterationSpace()