Lines Matching defs:LoopIterationSpace
7673 struct LoopIterationSpace final { struct
7676 bool IsStrictCompare = false;
7678 Expr *PreCond = nullptr;
7681 Expr *NumIterations = nullptr;
7683 Expr *CounterVar = nullptr;
7685 Expr *PrivateCounterVar = nullptr;
7687 Expr *CounterInit = nullptr;
7690 Expr *CounterStep = nullptr;
7692 bool Subtract = false;
7694 SourceRange InitSrcRange;
7696 SourceRange CondSrcRange;
7698 SourceRange IncSrcRange;
7702 Expr *MinValue = nullptr;
7706 Expr *MaxValue = nullptr;
7708 bool IsNonRectangularLB = false;
7710 bool IsNonRectangularUB = false;
7713 unsigned LoopDependentIdx = 0;
7717 Expr *FinalCondition = nullptr;