Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h420 bool setupOuterLoopInductions();
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp668 if (!setupOuterLoopInductions()) { in canVectorizeOuterLoop()
733 bool LoopVectorizationLegality::setupOuterLoopInductions() { in setupOuterLoopInductions() function in llvm::LoopVectorizationLegality