Home
last modified time | relevance | path

Searched refs:getInductionVariable (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopInfo.cpp286 if (PHINode *IndVar = getInductionVariable(SE)) in getBounds()
292 PHINode *Loop::getInductionVariable(ScalarEvolution &SE) const { in getInductionVariable() function in Loop
332 if (PHINode *IndVar = getInductionVariable(SE)) in getInductionDescriptor()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopInterchange.cpp296 static PHINode *getInductionVariable(Loop *L, ScalarEvolution *SE) { in getInductionVariable() function
1232 PHINode *InductionPHI = getInductionVariable(InnerLoop, SE); in transform()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLoopInfo.h717 PHINode *getInductionVariable(ScalarEvolution &SE) const;