Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DLoopInfo.cpp139 PHINode *Loop::getCanonicalInductionVariable() const { in getCanonicalInductionVariable() function in Loop
DScalarEvolutionExpander.cpp1376 if (PHINode *PN = L->getCanonicalInductionVariable()) in visitAddRecExpr()
/external/llvm/include/llvm/Analysis/
DLoopInfo.h402 PHINode *getCanonicalInductionVariable() const;
/external/llvm/lib/Transforms/Scalar/
DLoopInterchange.cpp299 PHINode *InnerIndexVar = L->getCanonicalInductionVariable(); in getInductionVariable()