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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp167 static BasicBlock *getCleanupRetUnwindDest(const CleanupPadInst *CleanupPad) { function
196 FuncletUnwindDest = getCleanupRetUnwindDest(CleanupPad);
273 BasicBlock *UnwindDest = getCleanupRetUnwindDest(InnerCleanupPad);
383 BasicBlock *UnwindDest = getCleanupRetUnwindDest(InnerCleanupPad);
423 getCleanupRetUnwindDest(CleanupPad) == nullptr;

Completed in 52 milliseconds