Home
last modified time | relevance | path

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

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