Searched refs:UnwindBlock (Results 1 – 3 of 3) sorted by relevance
336 BasicBlock *UnwindBlock = Invoke->getUnwindDest(); in lowerAcrossUnwindEdges() local337 if (UnwindBlock != &BB && LiveBBs.count(UnwindBlock)) { in lowerAcrossUnwindEdges()339 << UnwindBlock->getName() << "\n"); in lowerAcrossUnwindEdges()358 BasicBlock *UnwindBlock = Invoke->getUnwindDest(); in lowerAcrossUnwindEdges() local359 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()
1867 BasicBlock *UnwindBlock = II->getUnwindDest(); in makeStatepointExplicitImpl() local1868 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()
319 CFGBlock &UnwindBlock = *Stack.back(); in throwEscapes() local322 for (auto &Succ : UnwindBlock.succs()) { in throwEscapes()