Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h473 return CountableExitingBlocks; in getCountableExitingBlocks()
660 SmallVector<BasicBlock *, 4> CountableExitingBlocks; variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp1700 CountableExitingBlocks.push_back(BB); in isVectorizableEarlyExitLoop()
1732 assert(llvm::is_contained(CountableExitingBlocks, LatchBB) && in isVectorizableEarlyExitLoop()