Home
last modified time | relevance | path

Searched defs:getInductionVariable (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopInfo.cpp292 PHINode *Loop::getInductionVariable(ScalarEvolution &SE) const { in getInductionVariable() function in Loop
/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