Home
last modified time | relevance | path

Searched refs:getCanonicalInductionVariable (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DLoopInfo.cpp113 PHINode *Loop::getCanonicalInductionVariable() const { in getCanonicalInductionVariable() function in Loop
H A DScalarEvolutionExpander.cpp1474 if (PHINode *PN = L->getCanonicalInductionVariable()) in visitAddRecExpr()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DLoopInfo.h523 PHINode *getCanonicalInductionVariable() const;
/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp352 PHINode *IV = Lp->getCanonicalInductionVariable(); in isUniformLoop()
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp297 PHINode *InnerIndexVar = L->getCanonicalInductionVariable(); in getInductionVariable()