Lines Matching refs:ResultIterSpaces

7805       Scope *S, ArrayRef<LoopIterationSpace> ResultIterSpaces, bool LimitedType,
8552 Scope *S, ArrayRef<LoopIterationSpace> ResultIterSpaces, bool LimitedType, in buildNumIterations() argument
8563 const LoopIterationSpace &IS = ResultIterSpaces[*InitDependOnLC - 1]; in buildNumIterations()
8640 const LoopIterationSpace &IS = ResultIterSpaces[*CondDependOnLC - 1]; in buildNumIterations()
9093 llvm::MutableArrayRef<LoopIterationSpace> ResultIterSpaces, in checkOpenMPIterationSpace() argument
9182 ResultIterSpaces[CurrentNestedLoopCount].PreCond = ISC.buildPreCond( in checkOpenMPIterationSpace()
9184 ResultIterSpaces[CurrentNestedLoopCount].NumIterations = in checkOpenMPIterationSpace()
9185 ISC.buildNumIterations(DSA.getCurScope(), ResultIterSpaces, 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()
9231 ResultIterSpaces[CurrentNestedLoopCount].NumIterations); in checkOpenMPIterationSpace()
9234 ResultIterSpaces[CurrentNestedLoopCount].CounterVar); in checkOpenMPIterationSpace()
9252 ResultIterSpaces[CurrentNestedLoopCount].CounterVar, Captures, in checkOpenMPIterationSpace()
9257 ResultIterSpaces[CurrentNestedLoopCount].CounterVar, Captures, in checkOpenMPIterationSpace()