Lines Matching defs:LoopIterationSpace
6393 struct LoopIterationSpace final { struct
6396 bool IsStrictCompare = false;
6398 Expr *PreCond = nullptr;
6401 Expr *NumIterations = nullptr;
6403 Expr *CounterVar = nullptr;
6405 Expr *PrivateCounterVar = nullptr;
6407 Expr *CounterInit = nullptr;
6410 Expr *CounterStep = nullptr;
6412 bool Subtract = false;
6414 SourceRange InitSrcRange;
6416 SourceRange CondSrcRange;
6418 SourceRange IncSrcRange;
6422 Expr *MinValue = nullptr;
6426 Expr *MaxValue = nullptr;
6428 bool IsNonRectangularLB = false;
6430 bool IsNonRectangularUB = false;
6433 unsigned LoopDependentIdx = 0;
6437 Expr *FinalCondition = nullptr;