Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DSjLjEHPrepare.cpp319 BasicBlock *UnwindBlock = Invoke->getUnwindDest(); in lowerAcrossUnwindEdges() local
320 if (UnwindBlock != &BB && LiveBBs.count(UnwindBlock)) { in lowerAcrossUnwindEdges()
322 << UnwindBlock->getName() << "\n"); in lowerAcrossUnwindEdges()
341 BasicBlock *UnwindBlock = Invoke->getUnwindDest(); in lowerAcrossUnwindEdges() local
342 LandingPadInst *LPI = UnwindBlock->getLandingPadInst(); in lowerAcrossUnwindEdges()
346 for (BasicBlock::iterator PN = UnwindBlock->begin(); isa<PHINode>(PN); ++PN) in lowerAcrossUnwindEdges()
356 LPI->moveBefore(&UnwindBlock->front()); in lowerAcrossUnwindEdges()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DPruneEH.cpp189 BasicBlock *UnwindBlock = II->getUnwindDest(); in SimplifyFunction() local
193 if (pred_empty(UnwindBlock)) in SimplifyFunction()
194 DeleteBasicBlock(UnwindBlock, CGU); // Delete the new BB. in SimplifyFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1749 BasicBlock *UnwindBlock = II->getUnwindDest(); in makeStatepointExplicitImpl() local
1750 assert(!isa<PHINode>(UnwindBlock->begin()) && in makeStatepointExplicitImpl()
1751 UnwindBlock->getUniquePredecessor() && in makeStatepointExplicitImpl()
1754 Builder.SetInsertPoint(&*UnwindBlock->getFirstInsertionPt()); in makeStatepointExplicitImpl()
1758 Instruction *ExceptionalToken = UnwindBlock->getLandingPadInst(); in makeStatepointExplicitImpl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp292 CFGBlock &UnwindBlock = *Stack.back(); in throwEscapes() local
295 for (auto &Succ : UnwindBlock.succs()) { in throwEscapes()