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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp187 BasicBlock *FuncletUnwindDest; local
192 FuncletUnwindDest = nullptr;
194 FuncletUnwindDest = CatchPad->getCatchSwitch()->getUnwindDest();
196 FuncletUnwindDest = getCleanupRetUnwindDest(CleanupPad);
202 if (FuncletUnwindDest == InvokeUnwindDest) {

Completed in 102 milliseconds