Searched refs:UnwindBlock (Results 1 – 4 of 4) sorted by relevance
310 BasicBlock *UnwindBlock = Invoke->getUnwindDest(); in lowerAcrossUnwindEdges() local311 if (UnwindBlock != &BB && LiveBBs.count(UnwindBlock)) { in lowerAcrossUnwindEdges()313 << UnwindBlock->getName() << "\n"); in lowerAcrossUnwindEdges()332 BasicBlock *UnwindBlock = Invoke->getUnwindDest(); in lowerAcrossUnwindEdges() local333 LandingPadInst *LPI = UnwindBlock->getLandingPadInst(); in lowerAcrossUnwindEdges()337 for (BasicBlock::iterator PN = UnwindBlock->begin(); isa<PHINode>(PN); ++PN) in lowerAcrossUnwindEdges()347 LPI->moveBefore(&UnwindBlock->front()); in lowerAcrossUnwindEdges()
27 BasicBlock *UnwindBlock = nullptr; member41 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()
1532 BasicBlock *UnwindBlock = II->getUnwindDest(); in makeStatepointExplicitImpl() local1533 assert(!isa<PHINode>(UnwindBlock->begin()) && in makeStatepointExplicitImpl()1534 UnwindBlock->getUniquePredecessor() && in makeStatepointExplicitImpl()1537 Builder.SetInsertPoint(&*UnwindBlock->getFirstInsertionPt()); in makeStatepointExplicitImpl()1541 Instruction *ExceptionalToken = UnwindBlock->getLandingPadInst(); in makeStatepointExplicitImpl()