Lines Matching defs:LoopIterationSpace
7757 struct LoopIterationSpace final { struct
7760 bool IsStrictCompare = false;
7762 Expr *PreCond = nullptr;
7765 Expr *NumIterations = nullptr;
7767 Expr *CounterVar = nullptr;
7769 Expr *PrivateCounterVar = nullptr;
7771 Expr *CounterInit = nullptr;
7774 Expr *CounterStep = nullptr;
7776 bool Subtract = false;
7778 SourceRange InitSrcRange;
7780 SourceRange CondSrcRange;
7782 SourceRange IncSrcRange;
7786 Expr *MinValue = nullptr;
7790 Expr *MaxValue = nullptr;
7792 bool IsNonRectangularLB = false;
7794 bool IsNonRectangularUB = false;
7797 unsigned LoopDependentIdx = 0;
7801 Expr *FinalCondition = nullptr;