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.cpp366 bool findInductions(Loop *L, SmallVectorImpl<PHINode *> &Inductions);
395 SmallVector<PHINode *, 8> &Inductions,
894 Loop *L, SmallVector<PHINode *, 8> &Inductions, Loop *InnerLoop) { in findInductionAndReductions() argument
900 Inductions.push_back(&PHI); in findInductionAndReductions()
957 SmallVector<PHINode *, 8> Inductions; in currentLimitations() local
958 if (!findInductionAndReductions(OuterLoop, Inductions, InnerLoop)) { in currentLimitations()
972 Inductions.clear(); in currentLimitations()
980 if (!findInductionAndReductions(CurLevelLoop, Inductions, nullptr)) { in currentLimitations()
1011 Loop *L, SmallVectorImpl<PHINode *> &Inductions) { in findInductions() argument
1015 Inductions.push_back(&PHI); in findInductions()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h313 const InductionList &getInductionVars() const { return Inductions; } in getInductionVars()
606 InductionList Inductions; variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp681 Inductions[Phi] = ID; in addInductionPhi()
1049 if (Inductions.empty()) { in canVectorizeInstrs()
1356 return Inductions.count(PN); in isInductionPhi()