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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopInfo.cpp286 if (PHINode *IndVar = getInductionVariable(SE))
292 PHINode *Loop::getInductionVariable(ScalarEvolution &SE) const {
332 if (PHINode *IndVar = getInductionVariable(SE))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp296 static PHINode *getInductionVariable(Loop *L, ScalarEvolution *SE) { function
1237 PHINode *InductionPHI = getInductionVariable(InnerLoop, SE);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopInfo.h615 /// - getInductionVariable --> i_1
724 PHINode *getInductionVariable(ScalarEvolution &SE) const;

Completed in 105 milliseconds