Lines Matching defs:LoopIterationSpace
4688 struct LoopIterationSpace final { struct
4690 Expr *PreCond = nullptr;
4693 Expr *NumIterations = nullptr;
4695 Expr *CounterVar = nullptr;
4697 Expr *PrivateCounterVar = nullptr;
4699 Expr *CounterInit = nullptr;
4702 Expr *CounterStep = nullptr;
4704 bool Subtract = false;
4706 SourceRange InitSrcRange;
4708 SourceRange CondSrcRange;
4710 SourceRange IncSrcRange;