Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DSjLjEHPrepare.cpp336 BasicBlock *UnwindBlock = Invoke->getUnwindDest(); in lowerAcrossUnwindEdges() local
337 if (UnwindBlock != &BB && LiveBBs.count(UnwindBlock)) { in lowerAcrossUnwindEdges()
339 << UnwindBlock->getName() << "\n"); in lowerAcrossUnwindEdges()
358 BasicBlock *UnwindBlock = Invoke->getUnwindDest(); in lowerAcrossUnwindEdges() local
359 LandingPadInst *LPI = UnwindBlock->getLandingPadInst(); in lowerAcrossUnwindEdges()
363 for (BasicBlock::iterator PN = UnwindBlock->begin(); isa<PHINode>(PN); ++PN) in lowerAcrossUnwindEdges()
373 LPI->moveBefore(&UnwindBlock->front()); in lowerAcrossUnwindEdges()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1867 BasicBlock *UnwindBlock = II->getUnwindDest(); in makeStatepointExplicitImpl() local
1868 assert(!isa<PHINode>(UnwindBlock->begin()) && in makeStatepointExplicitImpl()
1869 UnwindBlock->getUniquePredecessor() && in makeStatepointExplicitImpl()
1872 Builder.SetInsertPoint(UnwindBlock, UnwindBlock->getFirstInsertionPt()); in makeStatepointExplicitImpl()
1876 Instruction *ExceptionalToken = UnwindBlock->getLandingPadInst(); in makeStatepointExplicitImpl()
/freebsd-14.2/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()