Searched defs:LoopIterationSpace (Results 1 – 1 of 1) sorted by relevance
4688 struct LoopIterationSpace final { struct4690 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;[all …]