Lines Matching refs:InnerTripCount
118 Value *InnerTripCount = nullptr; // The product of these two tripcounts member
191 bool matchLinearIVUser(User *U, Value *InnerTripCount, in matchLinearIVUser()
243 InnerTripCount->dump()); in matchLinearIVUser()
245 if ((IsAdd || IsAddTrunc || IsGEP) && MatchedItCount == InnerTripCount) { in matchLinearIVUser()
257 Value *SExtInnerTripCount = InnerTripCount; in checkInnerInductionPhiUsers()
259 (isa<SExtInst>(InnerTripCount) || isa<ZExtInst>(InnerTripCount))) in checkInnerInductionPhiUsers()
260 SExtInnerTripCount = cast<Instruction>(InnerTripCount)->getOperand(0); in checkInnerInductionPhiUsers()
582 m_Specific(FI.InnerTripCount)))) in checkOuterLoopInsts()
649 FI.InnerTripCount, FI.OuterTripCount, in checkOverflow()
699 FI.InnerInductionPHI, FI.InnerTripCount, in CanFlattenLoopPair()
709 if (!FI.OuterLoop->isLoopInvariant(FI.InnerTripCount)) { in CanFlattenLoopPair()
756 FI.InnerTripCount, FI.OuterTripCount, "flatten.tripcount", in DoFlattenLoopPair()