Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericLoopInfoImpl.h321 SmallVector<BlockT *, 8> ExitBBs; in verifyLoop() local
322 getExitBlocks(ExitBBs); in verifyLoop()
324 VisitSet.insert(ExitBBs.begin(), ExitBBs.end()); in verifyLoop()