Lines Matching refs:CurrentNestedLoopCount

9089     unsigned CurrentNestedLoopCount, unsigned NestedLoopCount,  in checkOpenMPIterationSpace()  argument
9108 << (CurrentNestedLoopCount > 0) << CurrentNestedLoopCount; in checkOpenMPIterationSpace()
9182 ResultIterSpaces[CurrentNestedLoopCount].PreCond = ISC.buildPreCond( in checkOpenMPIterationSpace()
9184 ResultIterSpaces[CurrentNestedLoopCount].NumIterations = in checkOpenMPIterationSpace()
9192 ResultIterSpaces[CurrentNestedLoopCount].CounterVar = in checkOpenMPIterationSpace()
9194 ResultIterSpaces[CurrentNestedLoopCount].PrivateCounterVar = in checkOpenMPIterationSpace()
9196 ResultIterSpaces[CurrentNestedLoopCount].CounterInit = ISC.buildCounterInit(); in checkOpenMPIterationSpace()
9197 ResultIterSpaces[CurrentNestedLoopCount].CounterStep = ISC.buildCounterStep(); in checkOpenMPIterationSpace()
9198 ResultIterSpaces[CurrentNestedLoopCount].InitSrcRange = ISC.getInitSrcRange(); in checkOpenMPIterationSpace()
9199 ResultIterSpaces[CurrentNestedLoopCount].CondSrcRange = in checkOpenMPIterationSpace()
9201 ResultIterSpaces[CurrentNestedLoopCount].IncSrcRange = in checkOpenMPIterationSpace()
9203 ResultIterSpaces[CurrentNestedLoopCount].Subtract = ISC.shouldSubtractStep(); in checkOpenMPIterationSpace()
9204 ResultIterSpaces[CurrentNestedLoopCount].IsStrictCompare = in checkOpenMPIterationSpace()
9206 std::tie(ResultIterSpaces[CurrentNestedLoopCount].MinValue, in checkOpenMPIterationSpace()
9207 ResultIterSpaces[CurrentNestedLoopCount].MaxValue) = in checkOpenMPIterationSpace()
9209 ResultIterSpaces[CurrentNestedLoopCount].FinalCondition = in checkOpenMPIterationSpace()
9211 ResultIterSpaces[CurrentNestedLoopCount].IsNonRectangularLB = in checkOpenMPIterationSpace()
9213 ResultIterSpaces[CurrentNestedLoopCount].IsNonRectangularUB = in checkOpenMPIterationSpace()
9215 ResultIterSpaces[CurrentNestedLoopCount].LoopDependentIdx = in checkOpenMPIterationSpace()
9219 (ResultIterSpaces[CurrentNestedLoopCount].PreCond == nullptr || in checkOpenMPIterationSpace()
9220 ResultIterSpaces[CurrentNestedLoopCount].NumIterations == nullptr || in checkOpenMPIterationSpace()
9221 ResultIterSpaces[CurrentNestedLoopCount].CounterVar == nullptr || in checkOpenMPIterationSpace()
9222 ResultIterSpaces[CurrentNestedLoopCount].PrivateCounterVar == nullptr || in checkOpenMPIterationSpace()
9223 ResultIterSpaces[CurrentNestedLoopCount].CounterInit == nullptr || in checkOpenMPIterationSpace()
9224 ResultIterSpaces[CurrentNestedLoopCount].CounterStep == nullptr); in checkOpenMPIterationSpace()
9227 if (CurrentNestedLoopCount < in checkOpenMPIterationSpace()
9230 CurrentNestedLoopCount, in checkOpenMPIterationSpace()
9231 ResultIterSpaces[CurrentNestedLoopCount].NumIterations); in checkOpenMPIterationSpace()
9233 CurrentNestedLoopCount, in checkOpenMPIterationSpace()
9234 ResultIterSpaces[CurrentNestedLoopCount].CounterVar); in checkOpenMPIterationSpace()
9238 if (CurrentNestedLoopCount >= Pair.first->getNumLoops()) { in checkOpenMPIterationSpace()
9243 Pair.second.size() <= CurrentNestedLoopCount) { in checkOpenMPIterationSpace()
9245 Pair.first->setLoopData(CurrentNestedLoopCount, nullptr); in checkOpenMPIterationSpace()
9252 ResultIterSpaces[CurrentNestedLoopCount].CounterVar, Captures, in checkOpenMPIterationSpace()
9257 ResultIterSpaces[CurrentNestedLoopCount].CounterVar, Captures, in checkOpenMPIterationSpace()
9259 Pair.second[CurrentNestedLoopCount].first, in checkOpenMPIterationSpace()
9260 Pair.second[CurrentNestedLoopCount].second); in checkOpenMPIterationSpace()
9261 Pair.first->setLoopData(CurrentNestedLoopCount, CntValue); in checkOpenMPIterationSpace()