Lines Matching defs:LoopIterationSpace
7143 struct LoopIterationSpace final { struct
7146 bool IsStrictCompare = false;
7148 Expr *PreCond = nullptr;
7151 Expr *NumIterations = nullptr;
7153 Expr *CounterVar = nullptr;
7155 Expr *PrivateCounterVar = nullptr;
7157 Expr *CounterInit = nullptr;
7160 Expr *CounterStep = nullptr;
7162 bool Subtract = false;
7164 SourceRange InitSrcRange;
7166 SourceRange CondSrcRange;
7168 SourceRange IncSrcRange;
7172 Expr *MinValue = nullptr;
7176 Expr *MaxValue = nullptr;
7178 bool IsNonRectangularLB = false;
7180 bool IsNonRectangularUB = false;
7183 unsigned LoopDependentIdx = 0;
7187 Expr *FinalCondition = nullptr;