Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp724 SmallVector<const BasicBlock *, 4> CatchBlocks(CatchSwitch->handlers()); in calculateClrEHStateNumbers() local
725 for (const BasicBlock *CatchBlock : llvm::reverse(CatchBlocks)) { in calculateClrEHStateNumbers()