Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h472 const SmallVector<BasicBlock *, 4> &getCountableExitingBlocks() const { in getCountableExitingBlocks() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp9989 any_of(LVL.getCountableExitingBlocks(), in processLoop()