Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLoopInfo.h590 PHINode *getCanonicalInductionVariable() const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp305 PHINode *IV = Lp->getCanonicalInductionVariable(); in isUniformLoop()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLoopInfo.cpp150 PHINode *Loop::getCanonicalInductionVariable() const { in getCanonicalInductionVariable() function in Loop
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp296 PHINode *InnerIndexVar = L->getCanonicalInductionVariable(); in getInductionVariable()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp1563 if (PHINode *PN = L->getCanonicalInductionVariable()) in visitAddRecExpr()