Home
last modified time | relevance | path

Searched refs:Inductions (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp253 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()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h293 const InductionList &getInductionVars() const { return Inductions; } in getInductionVars()
508 InductionList Inductions; variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp684 Inductions[Phi] = ID; in addInductionPhi()
1033 if (Inductions.empty()) { in canVectorizeInstrs()
1213 return Inductions.count(PN); in isInductionPhi()