Lines Matching defs:LoopIterationSpace
7908 struct LoopIterationSpace final { struct
7911 bool IsStrictCompare = false;
7913 Expr *PreCond = nullptr;
7916 Expr *NumIterations = nullptr;
7918 Expr *CounterVar = nullptr;
7920 Expr *PrivateCounterVar = nullptr;
7922 Expr *CounterInit = nullptr;
7925 Expr *CounterStep = nullptr;
7927 bool Subtract = false;
7929 SourceRange InitSrcRange;
7931 SourceRange CondSrcRange;
7933 SourceRange IncSrcRange;
7937 Expr *MinValue = nullptr;
7941 Expr *MaxValue = nullptr;
7943 bool IsNonRectangularLB = false;
7945 bool IsNonRectangularUB = false;
7948 unsigned LoopDependentIdx = 0;
7952 Expr *FinalCondition = nullptr;