Lines Matching defs:LoopIterationSpace
4554 struct LoopIterationSpace final { struct
4556 Expr *PreCond = nullptr;
4559 Expr *NumIterations = nullptr;
4561 Expr *CounterVar = nullptr;
4563 Expr *PrivateCounterVar = nullptr;
4565 Expr *CounterInit = nullptr;
4568 Expr *CounterStep = nullptr;
4570 bool Subtract = false;
4572 SourceRange InitSrcRange;
4574 SourceRange CondSrcRange;
4576 SourceRange IncSrcRange;