Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLoopInfo.cpp288 if (PHINode *IndVar = getInductionVariable(SE)) in getBounds()
294 PHINode *Loop::getInductionVariable(ScalarEvolution &SE) const { in getInductionVariable() function in Loop
334 if (PHINode *IndVar = getInductionVariable(SE)) in getInductionDescriptor()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp295 static PHINode *getInductionVariable(Loop *L, ScalarEvolution *SE) { in getInductionVariable() function
1309 PHINode *InductionPHI = getInductionVariable(InnerLoop, SE); in transform()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLoopInfo.h738 PHINode *getInductionVariable(ScalarEvolution &SE) const;