Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp568 PHINode *IVPhi; member in __anon28dbd4a40211::IndVarSimplifyVisitor
576 : SE(SCEV), TTI(TTI), IVPhi(IV) { in IndVarSimplifyVisitor()
578 WI.NarrowIV = IVPhi; in IndVarSimplifyVisitor()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp10289 for (const auto &[IVPhi, II] : LVL.getInductionVars()) { in processLoop()
10290 auto *Inc = cast<PHINode>(IVPhi->getIncomingValueForBlock(PH)); in processLoop()
10292 IVPhi, II, BypassBuilder, ExpandedSCEVs, EPI.VectorTripCount, in processLoop()