Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DWinEHPrepare.cpp794 SmallVector<CatchReturnInst *, 2> FixupCatchrets; in cloneCommonBlocks() local
799 FixupCatchrets.clear(); in cloneCommonBlocks()
803 FixupCatchrets.push_back(CatchRet); in cloneCommonBlocks()
805 for (CatchReturnInst *CatchRet : FixupCatchrets) in cloneCommonBlocks()