Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Analysis/
DLoopInfo.cpp132 PHINode *Loop::getCanonicalInductionVariable() const { in getCanonicalInductionVariable() function in Loop
179 PHINode *IV = getCanonicalInductionVariable(); in getTripCount()
DScalarEvolutionExpander.cpp1165 if (PHINode *PN = L->getCanonicalInductionVariable()) in visitAddRecExpr()
/external/llvm/lib/Analysis/
DLoopInfo.cpp110 PHINode *Loop::getCanonicalInductionVariable() const { in getCanonicalInductionVariable() function in Loop
DScalarEvolutionExpander.cpp1406 if (PHINode *PN = L->getCanonicalInductionVariable()) in visitAddRecExpr()
/external/llvm/include/llvm/Analysis/
DLoopInfo.h395 PHINode *getCanonicalInductionVariable() const;
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DLoopInfo.h572 PHINode *getCanonicalInductionVariable() const;
/external/llvm/lib/Transforms/Scalar/
DLoopInterchange.cpp302 PHINode *InnerIndexVar = L->getCanonicalInductionVariable(); in getInductionVariable()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DIndVarSimplify.cpp1843 while (PHINode *OldCannIV = L->getCanonicalInductionVariable()) { in runOnLoop()