Home
last modified time | relevance | path

Searched refs:setupOuterLoopInductions (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h348 bool setupOuterLoopInductions();
/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp521 if (!setupOuterLoopInductions()) { in canVectorizeOuterLoop()
587 bool LoopVectorizationLegality::setupOuterLoopInductions() { in setupOuterLoopInductions() function in llvm::LoopVectorizationLegality