Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp188 BasicBlock *FuncletUnwindDest; in calculateStateNumbersForInvokes() local
193 FuncletUnwindDest = nullptr; in calculateStateNumbersForInvokes()
195 FuncletUnwindDest = CatchPad->getCatchSwitch()->getUnwindDest(); in calculateStateNumbersForInvokes()
197 FuncletUnwindDest = getCleanupRetUnwindDest(CleanupPad); in calculateStateNumbersForInvokes()
203 if (FuncletUnwindDest == InvokeUnwindDest) { in calculateStateNumbersForInvokes()