Searched defs:FlattenInfo (Results 1 – 1 of 1) sorted by relevance
112 struct FlattenInfo { struct113 Loop *OuterLoop = nullptr; // The loop pair to be flattened.114 Loop *InnerLoop = nullptr;116 PHINode *InnerInductionPHI = nullptr; // These PHINodes correspond to loop117 PHINode *OuterInductionPHI = nullptr; // induction variables, which are121 Value *InnerTripCount = nullptr; // The product of these two tripcounts122 Value *OuterTripCount = nullptr; // will be the new flattened loop126 SmallPtrSet<Value *, 4> LinearIVUses; // Contains the linear expressions130 BinaryOperator *InnerIncrement = nullptr; // Uses of induction variables in131 BinaryOperator *OuterIncrement = nullptr; // loop control statements that[all …]