Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLoopInfo.cpp294 PHINode *Loop::getInductionVariable(ScalarEvolution &SE) const { in getInductionVariable() function in Loop
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp295 static PHINode *getInductionVariable(Loop *L, ScalarEvolution *SE) { in getInductionVariable() function