Lines Matching defs:IterationInstructions
306 SmallPtrSetImpl<Instruction *> &IterationInstructions) {
308 IterationInstructions.insert(Increment);
322 SmallPtrSetImpl<Instruction *> &IterationInstructions,
340 return setLoopComponents(RHS, TripCount, Increment, IterationInstructions);
362 IterationInstructions);
364 return setLoopComponents(RHS, TripCount, Increment, IterationInstructions);
383 return setLoopComponents(RHS, TripCount, Increment, IterationInstructions);
389 Loop *L, SmallPtrSetImpl<Instruction *> &IterationInstructions,
441 IterationInstructions.insert(BackBranch);
443 IterationInstructions.insert(Compare);
464 return verifyTripCount(RHS, L, IterationInstructions, InductionPHI, TripCount,
554 SmallPtrSetImpl<Instruction *> &IterationInstructions,
578 if (IterationInstructions.count(&I))
704 SmallPtrSet<Instruction *, 8> IterationInstructions;
705 if (!findLoopComponents(FI.InnerLoop, IterationInstructions,
709 if (!findLoopComponents(FI.OuterLoop, IterationInstructions,
732 if (!checkOuterLoopInsts(FI, IterationInstructions, TTI))