Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1892 BasicBlock *UnwindBlock = II->getUnwindDest(); in makeStatepointExplicitImpl() local
1893 assert(!isa<PHINode>(UnwindBlock->begin()) && in makeStatepointExplicitImpl()
1894 UnwindBlock->getUniquePredecessor() && in makeStatepointExplicitImpl()
1897 Builder.SetInsertPoint(&*UnwindBlock->getFirstInsertionPt()); in makeStatepointExplicitImpl()
1901 Instruction *ExceptionalToken = UnwindBlock->getLandingPadInst(); in makeStatepointExplicitImpl()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp296 CFGBlock &UnwindBlock = *Stack.back(); in throwEscapes() local
299 for (auto &Succ : UnwindBlock.succs()) { in throwEscapes()