Home
last modified time | relevance | path

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

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