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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp809 SmallVector<CatchReturnInst *, 2> FixupCatchrets; local
814 FixupCatchrets.clear();
818 FixupCatchrets.push_back(CatchRet);
820 for (CatchReturnInst *CatchRet : FixupCatchrets)

Completed in 124 milliseconds