Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DWinEHPrepare.cpp187 BasicBlock *FuncletUnwindDest; in calculateStateNumbersForInvokes() local
192 FuncletUnwindDest = nullptr; in calculateStateNumbersForInvokes()
194 FuncletUnwindDest = CatchPad->getCatchSwitch()->getUnwindDest(); in calculateStateNumbersForInvokes()
196 FuncletUnwindDest = getCleanupRetUnwindDest(CleanupPad); in calculateStateNumbersForInvokes()
202 if (FuncletUnwindDest == InvokeUnwindDest) { in calculateStateNumbersForInvokes()