Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h407 bool setupOuterLoopInductions();
/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp535 if (!setupOuterLoopInductions()) { in canVectorizeOuterLoop()
600 bool LoopVectorizationLegality::setupOuterLoopInductions() { in setupOuterLoopInductions() function in llvm::LoopVectorizationLegality