Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp308 bool findInductions(Loop *L, SmallVectorImpl<PHINode *> &Inductions);
333 SmallVector<PHINode *, 8> &Inductions,
782 Loop *L, SmallVector<PHINode *, 8> &Inductions, Loop *InnerLoop) { in findInductionAndReductions() argument
789 Inductions.push_back(&PHI); in findInductionAndReductions()
845 SmallVector<PHINode *, 8> Inductions; in currentLimitations() local
846 if (!findInductionAndReductions(OuterLoop, Inductions, InnerLoop)) { in currentLimitations()
860 Inductions.clear(); in currentLimitations()
861 if (!findInductionAndReductions(InnerLoop, Inductions, nullptr)) { in currentLimitations()
891 Loop *L, SmallVectorImpl<PHINode *> &Inductions) { in findInductions() argument
895 Inductions.push_back(&PHI); in findInductions()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h292 const InductionList &getInductionVars() const { return Inductions; } in getInductionVars()
519 InductionList Inductions; variable
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp540 Inductions[Phi] = ID; in addInductionPhi()
871 if (Inductions.empty()) { in canVectorizeInstrs()
1038 return Inductions.count(PN); in isInductionPhi()
/llvm-project-15.0.7/llvm/docs/
H A DVectorizers.rst205 Inductions subsection