Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DLoopInfo.cpp128 PHINode *Loop::getCanonicalInductionVariable() const { in getCanonicalInductionVariable() function in Loop
175 PHINode *IV = getCanonicalInductionVariable(); in getTripCount()
DScalarEvolutionExpander.cpp1094 if (PHINode *PN = L->getCanonicalInductionVariable()) in visitAddRecExpr()
/external/llvm/include/llvm/Analysis/
DLoopInfo.h565 PHINode *getCanonicalInductionVariable() const;
/external/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp2101 while (PHINode *OldCannIV = L->getCanonicalInductionVariable()) { in runOnLoop()