Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h417 bool setupOuterLoopInductions();
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp524 if (!setupOuterLoopInductions()) { in canVectorizeOuterLoop()
589 bool LoopVectorizationLegality::setupOuterLoopInductions() { in setupOuterLoopInductions() function in llvm::LoopVectorizationLegality