Home
last modified time | relevance | path

Searched refs:InnerTripCount (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopFlatten.cpp123 Value *InnerTripCount = nullptr; // The product of these two tripcounts member
198 bool matchLinearIVUser(User *U, Value *InnerTripCount, in matchLinearIVUser()
250 InnerTripCount->dump()); in matchLinearIVUser()
252 if ((IsAdd || IsAddTrunc || IsGEP) && MatchedItCount == InnerTripCount) { in matchLinearIVUser()
264 Value *SExtInnerTripCount = InnerTripCount; in checkInnerInductionPhiUsers()
266 (isa<SExtInst>(InnerTripCount) || isa<ZExtInst>(InnerTripCount))) in checkInnerInductionPhiUsers()
267 SExtInnerTripCount = cast<Instruction>(InnerTripCount)->getOperand(0); in checkInnerInductionPhiUsers()
589 m_Specific(FI.InnerTripCount)))) in checkOuterLoopInsts()
656 FI.InnerTripCount, FI.OuterTripCount, in checkOverflow()
706 FI.InnerInductionPHI, FI.InnerTripCount, in CanFlattenLoopPair()
[all …]
H A DLoopUnrollAndJamPass.cpp157 unsigned InnerTripCount, unsigned InnerLoopSize, in computeUnrollAndJamCount() argument
239 if (InnerTripCount && InnerLoopSize * InnerTripCount < UP.Threshold) { in computeUnrollAndJamCount()
370 unsigned InnerTripCount = SE.getSmallConstantTripCount(SubLoop, SubLoopLatch); in tryToUnrollAndJamLoop() local
375 OuterTripMultiple, OuterUCE, InnerTripCount, InnerLoopSize, UP, PP); in tryToUnrollAndJamLoop()