Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorizationLegality.cpp307 PHINode *IV = Lp->getCanonicalInductionVariable(); in isUniformLoop()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLoopInfo.h569 PHINode *getCanonicalInductionVariable() const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopInfo.cpp148 PHINode *Loop::getCanonicalInductionVariable() const { in getCanonicalInductionVariable() function in Loop
DScalarEvolutionExpander.cpp1504 if (PHINode *PN = L->getCanonicalInductionVariable()) in visitAddRecExpr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopInterchange.cpp297 PHINode *InnerIndexVar = L->getCanonicalInductionVariable(); in getInductionVariable()