Searched refs:UnwindBlock (Results 1 – 5 of 5) sorted by relevance
308 BasicBlock *UnwindBlock = Invoke->getUnwindDest(); in lowerAcrossUnwindEdges() local309 if (UnwindBlock != &BB && LiveBBs.count(UnwindBlock)) { in lowerAcrossUnwindEdges()311 << UnwindBlock->getName() << "\n"); in lowerAcrossUnwindEdges()330 BasicBlock *UnwindBlock = Invoke->getUnwindDest(); in lowerAcrossUnwindEdges() local331 LandingPadInst *LPI = UnwindBlock->getLandingPadInst(); in lowerAcrossUnwindEdges()335 for (BasicBlock::iterator PN = UnwindBlock->begin(); isa<PHINode>(PN); ++PN) in lowerAcrossUnwindEdges()345 LPI->moveBefore(&UnwindBlock->front()); in lowerAcrossUnwindEdges()
28 BasicBlock *UnwindBlock = nullptr; member44 BasicBlock *getUnwindBlock() const { return UnwindBlock; } in getUnwindBlock()
194 BasicBlock *UnwindBlock = II->getUnwindDest(); in SimplifyFunction() local198 if (pred_empty(UnwindBlock)) in SimplifyFunction()199 DeleteBasicBlock(UnwindBlock, CG); // Delete the new BB. in SimplifyFunction()
1537 BasicBlock *UnwindBlock = ToReplace->getUnwindDest(); in makeStatepointExplicitImpl() local1538 assert(!isa<PHINode>(UnwindBlock->begin()) && in makeStatepointExplicitImpl()1539 UnwindBlock->getUniquePredecessor() && in makeStatepointExplicitImpl()1542 Builder.SetInsertPoint(&*UnwindBlock->getFirstInsertionPt()); in makeStatepointExplicitImpl()1546 Instruction *ExceptionalToken = UnwindBlock->getLandingPadInst(); in makeStatepointExplicitImpl()
273 CFGBlock &UnwindBlock = *Stack.back(); in throwEscapes() local276 for (auto &Succ : UnwindBlock.succs()) { in throwEscapes()