Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopInfo.cpp289 if (PHINode *IndVar = getInductionVariable(SE)) in getBounds()
295 PHINode *Loop::getInductionVariable(ScalarEvolution &SE) const { in getInductionVariable() function in Loop
336 if (PHINode *IndVar = getInductionVariable(SE)) in getInductionDescriptor()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopInfo.h260 PHINode *getInductionVariable(ScalarEvolution &SE) const;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopFlatten.cpp417 InductionPHI = L->getInductionVariable(*SE); in findLoopComponents()