Searched refs:UnwindBlock (Results 1 – 3 of 3) sorted by relevance
334 BasicBlock *UnwindBlock = Invoke->getUnwindDest(); in lowerAcrossUnwindEdges() local335 if (UnwindBlock != &BB && LiveBBs.count(UnwindBlock)) { in lowerAcrossUnwindEdges()337 << UnwindBlock->getName() << "\n"); in lowerAcrossUnwindEdges()356 BasicBlock *UnwindBlock = Invoke->getUnwindDest(); in lowerAcrossUnwindEdges() local357 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()
1868 BasicBlock *UnwindBlock = II->getUnwindDest(); in makeStatepointExplicitImpl() local1869 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()
319 CFGBlock &UnwindBlock = *Stack.back(); in throwEscapes() local322 for (auto &Succ : UnwindBlock.succs()) { in throwEscapes()