Searched refs:IterationInstructions (Results 1 – 1 of 1) sorted by relevance
272 IterationInstructions.insert(Increment); in setLoopComponents()286 SmallPtrSetImpl<Instruction *> &IterationInstructions, in verifyTripCount() argument326 IterationInstructions); in verifyTripCount()353 Loop *L, SmallPtrSetImpl<Instruction *> &IterationInstructions, in findLoopComponents() argument405 IterationInstructions.insert(BackBranch); in findLoopComponents()407 IterationInstructions.insert(Compare); in findLoopComponents()541 if (IterationInstructions.count(&I)) in checkOuterLoopInsts()659 SmallPtrSet<Instruction *, 8> IterationInstructions; in CanFlattenLoopPair() local660 if (!findLoopComponents(FI.InnerLoop, IterationInstructions, in CanFlattenLoopPair()664 if (!findLoopComponents(FI.OuterLoop, IterationInstructions, in CanFlattenLoopPair()[all …]