Searched refs:getInductionVariable (Results 1 – 3 of 3) sorted by relevance
289 if (PHINode *IndVar = getInductionVariable(SE)) in getBounds()295 PHINode *Loop::getInductionVariable(ScalarEvolution &SE) const { in getInductionVariable() function in Loop336 if (PHINode *IndVar = getInductionVariable(SE)) in getInductionDescriptor()
260 PHINode *getInductionVariable(ScalarEvolution &SE) const;
417 InductionPHI = L->getInductionVariable(*SE); in findLoopComponents()