Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSjLjEHPrepare.cpp334 BasicBlock *UnwindBlock = Invoke->getUnwindDest(); in lowerAcrossUnwindEdges() local
335 if (UnwindBlock != &BB && LiveBBs.count(UnwindBlock)) { in lowerAcrossUnwindEdges()
337 << UnwindBlock->getName() << "\n"); in lowerAcrossUnwindEdges()
356 BasicBlock *UnwindBlock = Invoke->getUnwindDest(); in lowerAcrossUnwindEdges() local
357 LandingPadInst *LPI = UnwindBlock->getLandingPadInst(); in lowerAcrossUnwindEdges()
361 for (BasicBlock::iterator PN = UnwindBlock->begin(); isa<PHINode>(PN); ++PN) in lowerAcrossUnwindEdges()
371 LPI->moveBefore(&UnwindBlock->front()); in lowerAcrossUnwindEdges()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1868 BasicBlock *UnwindBlock = II->getUnwindDest(); in makeStatepointExplicitImpl() local
1869 assert(!isa<PHINode>(UnwindBlock->begin()) && in makeStatepointExplicitImpl()
1870 UnwindBlock->getUniquePredecessor() && in makeStatepointExplicitImpl()
1873 Builder.SetInsertPoint(UnwindBlock, UnwindBlock->getFirstInsertionPt()); in makeStatepointExplicitImpl()
1877 Instruction *ExceptionalToken = UnwindBlock->getLandingPadInst(); in makeStatepointExplicitImpl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp319 CFGBlock &UnwindBlock = *Stack.back(); in throwEscapes() local
322 for (auto &Succ : UnwindBlock.succs()) { in throwEscapes()