Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopInfo.h109 PHINode *getCanonicalInductionVariable() const;
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopInfo.cpp150 PHINode *Loop::getCanonicalInductionVariable() const { in getCanonicalInductionVariable() function in Loop
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp346 PHINode *IV = Lp->getCanonicalInductionVariable(); in isUniformLoop()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp1164 if (PHINode *PN = L->getCanonicalInductionVariable()) in visitAddRecExpr()