Searched refs:IterationInstructions (Results 1 – 1 of 1) sorted by relevance
301 IterationInstructions.insert(Increment); in setLoopComponents()315 SmallPtrSetImpl<Instruction *> &IterationInstructions, in verifyTripCount() argument355 IterationInstructions); in verifyTripCount()382 Loop *L, SmallPtrSetImpl<Instruction *> &IterationInstructions, in findLoopComponents() argument434 IterationInstructions.insert(BackBranch); in findLoopComponents()436 IterationInstructions.insert(Compare); in findLoopComponents()571 if (IterationInstructions.count(&I)) in checkOuterLoopInsts()697 SmallPtrSet<Instruction *, 8> IterationInstructions; in CanFlattenLoopPair() local698 if (!findLoopComponents(FI.InnerLoop, IterationInstructions, in CanFlattenLoopPair()702 if (!findLoopComponents(FI.OuterLoop, IterationInstructions, in CanFlattenLoopPair()[all …]