Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSjLjEHPrepare.cpp310 BasicBlock *UnwindBlock = Invoke->getUnwindDest(); in lowerAcrossUnwindEdges() local
311 if (UnwindBlock != &BB && LiveBBs.count(UnwindBlock)) { in lowerAcrossUnwindEdges()
313 << UnwindBlock->getName() << "\n"); in lowerAcrossUnwindEdges()
332 BasicBlock *UnwindBlock = Invoke->getUnwindDest(); in lowerAcrossUnwindEdges() local
333 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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DUnifyFunctionExitNodes.h27 BasicBlock *UnwindBlock = nullptr; member
41 BasicBlock *getUnwindBlock() const { return UnwindBlock; } in getUnwindBlock()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DPruneEH.cpp194 BasicBlock *UnwindBlock = II->getUnwindDest(); in SimplifyFunction() local
198 if (pred_empty(UnwindBlock)) in SimplifyFunction()
199 DeleteBasicBlock(UnwindBlock, CG); // Delete the new BB. in SimplifyFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp1532 BasicBlock *UnwindBlock = II->getUnwindDest(); in makeStatepointExplicitImpl() local
1533 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()