Home
last modified time | relevance | path

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

/llvm-project/llvm/docs/
H A DVectorizers.rst205 Inductions subsection
/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp730 findInductionAndReductions(Loop * L,SmallVector<PHINode *,8> & Inductions,Loop * InnerLoop) findInductionAndReductions() argument
792 SmallVector<PHINode *, 8> Inductions; currentLimitations() local
846 findInductions(Loop * L,SmallVectorImpl<PHINode * > & Inductions) findInductions() argument
[all...]
/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h508 InductionList Inductions; global() variable