Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp970 SmallVector<CatchReturnInst *, 2> FixupCatchrets; in cloneCommonBlocks() local
975 FixupCatchrets.clear(); in cloneCommonBlocks()
979 FixupCatchrets.push_back(CatchRet); in cloneCommonBlocks()
981 for (CatchReturnInst *CatchRet : FixupCatchrets) in cloneCommonBlocks()