Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Analysis/
HDLoopInfo.cpp135 PHINode *Loop::getCanonicalInductionVariable() const { in getCanonicalInductionVariable() function in Loop
HDScalarEvolutionExpander.cpp1383 if (PHINode *PN = L->getCanonicalInductionVariable()) in visitAddRecExpr()
/NextBSD/contrib/llvm/include/llvm/Analysis/
HDLoopInfo.h396 PHINode *getCanonicalInductionVariable() const;
/NextBSD/contrib/llvm/lib/Transforms/Scalar/
HDLoopInterchange.cpp303 PHINode *InnerIndexVar = L->getCanonicalInductionVariable(); in getInductionVariable()