Searched refs:Inductions (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | LoopInterchange.cpp | 308 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 D | LoopVectorizationLegality.h | 292 const InductionList &getInductionVars() const { return Inductions; } in getInductionVars() 519 InductionList Inductions; variable
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorizationLegality.cpp | 540 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 D | Vectorizers.rst | 205 Inductions subsection
|