Searched refs:getInductionVariable (Results 1 – 3 of 3) sorted by relevance
288 if (PHINode *IndVar = getInductionVariable(SE)) in getBounds()294 PHINode *Loop::getInductionVariable(ScalarEvolution &SE) const { in getInductionVariable() function in Loop335 if (PHINode *IndVar = getInductionVariable(SE)) in getInductionDescriptor()
763 PHINode *getInductionVariable(ScalarEvolution &SE) const;
407 InductionPHI = L->getInductionVariable(*SE); in findLoopComponents()