Lines Matching refs:ResultIterSpaces
7275 Scope *S, ArrayRef<LoopIterationSpace> ResultIterSpaces, bool LimitedType,
8019 Scope *S, ArrayRef<LoopIterationSpace> ResultIterSpaces, bool LimitedType, in buildNumIterations() argument
8030 const LoopIterationSpace &IS = ResultIterSpaces[*InitDependOnLC - 1]; in buildNumIterations()
8107 const LoopIterationSpace &IS = ResultIterSpaces[*CondDependOnLC - 1]; in buildNumIterations()
8560 llvm::MutableArrayRef<LoopIterationSpace> ResultIterSpaces, in checkOpenMPIterationSpace() argument
8646 ResultIterSpaces[CurrentNestedLoopCount].PreCond = ISC.buildPreCond( in checkOpenMPIterationSpace()
8648 ResultIterSpaces[CurrentNestedLoopCount].NumIterations = in checkOpenMPIterationSpace()
8649 ISC.buildNumIterations(DSA.getCurScope(), ResultIterSpaces, in checkOpenMPIterationSpace()
8655 ResultIterSpaces[CurrentNestedLoopCount].CounterVar = in checkOpenMPIterationSpace()
8657 ResultIterSpaces[CurrentNestedLoopCount].PrivateCounterVar = in checkOpenMPIterationSpace()
8659 ResultIterSpaces[CurrentNestedLoopCount].CounterInit = ISC.buildCounterInit(); in checkOpenMPIterationSpace()
8660 ResultIterSpaces[CurrentNestedLoopCount].CounterStep = ISC.buildCounterStep(); in checkOpenMPIterationSpace()
8661 ResultIterSpaces[CurrentNestedLoopCount].InitSrcRange = ISC.getInitSrcRange(); in checkOpenMPIterationSpace()
8662 ResultIterSpaces[CurrentNestedLoopCount].CondSrcRange = in checkOpenMPIterationSpace()
8664 ResultIterSpaces[CurrentNestedLoopCount].IncSrcRange = in checkOpenMPIterationSpace()
8666 ResultIterSpaces[CurrentNestedLoopCount].Subtract = ISC.shouldSubtractStep(); in checkOpenMPIterationSpace()
8667 ResultIterSpaces[CurrentNestedLoopCount].IsStrictCompare = in checkOpenMPIterationSpace()
8669 std::tie(ResultIterSpaces[CurrentNestedLoopCount].MinValue, in checkOpenMPIterationSpace()
8670 ResultIterSpaces[CurrentNestedLoopCount].MaxValue) = in checkOpenMPIterationSpace()
8672 ResultIterSpaces[CurrentNestedLoopCount].FinalCondition = in checkOpenMPIterationSpace()
8674 ResultIterSpaces[CurrentNestedLoopCount].IsNonRectangularLB = in checkOpenMPIterationSpace()
8676 ResultIterSpaces[CurrentNestedLoopCount].IsNonRectangularUB = in checkOpenMPIterationSpace()
8678 ResultIterSpaces[CurrentNestedLoopCount].LoopDependentIdx = in checkOpenMPIterationSpace()
8682 (ResultIterSpaces[CurrentNestedLoopCount].PreCond == nullptr || in checkOpenMPIterationSpace()
8683 ResultIterSpaces[CurrentNestedLoopCount].NumIterations == nullptr || in checkOpenMPIterationSpace()
8684 ResultIterSpaces[CurrentNestedLoopCount].CounterVar == nullptr || in checkOpenMPIterationSpace()
8685 ResultIterSpaces[CurrentNestedLoopCount].PrivateCounterVar == nullptr || in checkOpenMPIterationSpace()
8686 ResultIterSpaces[CurrentNestedLoopCount].CounterInit == nullptr || in checkOpenMPIterationSpace()
8687 ResultIterSpaces[CurrentNestedLoopCount].CounterStep == nullptr); in checkOpenMPIterationSpace()
8694 ResultIterSpaces[CurrentNestedLoopCount].NumIterations); in checkOpenMPIterationSpace()
8697 ResultIterSpaces[CurrentNestedLoopCount].CounterVar); in checkOpenMPIterationSpace()
8715 ResultIterSpaces[CurrentNestedLoopCount].CounterVar, Captures, in checkOpenMPIterationSpace()
8720 ResultIterSpaces[CurrentNestedLoopCount].CounterVar, Captures, in checkOpenMPIterationSpace()