Searched refs:getInductionVariable (Results 1 – 4 of 4) sorted by relevance
115 PHINode *IndVar = L.getInductionVariable(SE); in run()
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()
256 PHINode *getInductionVariable(ScalarEvolution &SE) const;
417 InductionPHI = L->getInductionVariable(*SE); in findLoopComponents()