Lines Matching defs:LoopIterationSpace
7127 struct LoopIterationSpace final { struct
7130 bool IsStrictCompare = false;
7132 Expr *PreCond = nullptr;
7135 Expr *NumIterations = nullptr;
7137 Expr *CounterVar = nullptr;
7139 Expr *PrivateCounterVar = nullptr;
7141 Expr *CounterInit = nullptr;
7144 Expr *CounterStep = nullptr;
7146 bool Subtract = false;
7148 SourceRange InitSrcRange;
7150 SourceRange CondSrcRange;
7152 SourceRange IncSrcRange;
7156 Expr *MinValue = nullptr;
7160 Expr *MaxValue = nullptr;
7162 bool IsNonRectangularLB = false;
7164 bool IsNonRectangularUB = false;
7167 unsigned LoopDependentIdx = 0;
7171 Expr *FinalCondition = nullptr;