Lines Matching refs:Inductions
253 bool findInductions(Loop *L, SmallVectorImpl<PHINode *> &Inductions);
278 SmallVector<PHINode *, 8> &Inductions,
730 Loop *L, SmallVector<PHINode *, 8> &Inductions, Loop *InnerLoop) { in findInductionAndReductions() argument
736 Inductions.push_back(&PHI); in findInductionAndReductions()
792 SmallVector<PHINode *, 8> Inductions; in currentLimitations() local
793 if (!findInductionAndReductions(OuterLoop, Inductions, InnerLoop)) { in currentLimitations()
807 Inductions.clear(); in currentLimitations()
815 if (!findInductionAndReductions(CurLevelLoop, Inductions, nullptr)) { in currentLimitations()
846 Loop *L, SmallVectorImpl<PHINode *> &Inductions) { in findInductions() argument
850 Inductions.push_back(&PHI); in findInductions()
852 return !Inductions.empty(); in findInductions()