Home
last modified time | relevance | path

Searched refs:getCanonicalInductionVariable (Results 1 – 13 of 13) 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/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DLoopInfo.cpp112 PHINode *Loop::getCanonicalInductionVariable() const { in getCanonicalInductionVariable() function in Loop
DScalarEvolutionExpander.cpp1474 if (PHINode *PN = L->getCanonicalInductionVariable()) in visitAddRecExpr()
/external/llvm/include/llvm/Analysis/
DLoopInfo.h395 PHINode *getCanonicalInductionVariable() const;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DLoopInfo.h517 PHINode *getCanonicalInductionVariable() const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DLoopVectorizationLegality.cpp351 PHINode *IV = Lp->getCanonicalInductionVariable(); in isUniformLoop()
/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-7.0/llvm/lib/Transforms/Scalar/
DLoopInterchange.cpp298 PHINode *InnerIndexVar = L->getCanonicalInductionVariable(); in getInductionVariable()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DIndVarSimplify.cpp1843 while (PHINode *OldCannIV = L->getCanonicalInductionVariable()) { in runOnLoop()