Home
last modified time | relevance | path

Searched refs:CatchPadBB (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp387 for (const BasicBlock *CatchPadBB : CatchSwitch->handlers()) { in calculateCXXStateNumbers() local
388 auto *CatchPad = cast<CatchPadInst>(CatchPadBB->getFirstNonPHI()); in calculateCXXStateNumbers()
513 const BasicBlock *CatchPadBB = CatchPad->getParent(); in calculateSEHStateNumbers() local
519 int TryState = addSEHExcept(FuncInfo, ParentState, Filter, CatchPadBB); in calculateSEHStateNumbers()
525 << CatchPadBB->getName() << '\n'); in calculateSEHStateNumbers()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp2248 llvm::BasicBlock *CatchPadBB = CatchScope.getHandler(0).Block; in ExitSEHTryStmt() local
2251 EmitBlockAfterUses(CatchPadBB); in ExitSEHTryStmt()
2256 cast<llvm::CatchPadInst>(CatchPadBB->getFirstNonPHI()); in ExitSEHTryStmt()
H A DMicrosoftCXXABI.cpp925 llvm::BasicBlock *CatchPadBB = CGF.Builder.GetInsertBlock(); in emitBeginCatch() local
927 cast<llvm::CatchPadInst>(CatchPadBB->getFirstNonPHI()); in emitBeginCatch()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp2854 for (const BasicBlock *CatchPadBB : CatchSwitch->handlers()) { in findUnwindDestinations() local
2855 UnwindDests.emplace_back(&getMBB(*CatchPadBB), Prob); in findUnwindDestinations()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp3184 for (const BasicBlock *CatchPadBB : CatchSwitch.handlers()) in writeInstruction() local
3185 Vals.push_back(VE.getValueID(CatchPadBB)); in writeInstruction()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2067 for (const BasicBlock *CatchPadBB : CatchSwitch->handlers()) { in findWasmUnwindDestinations() local
2068 UnwindDests.emplace_back(FuncInfo.MBBMap[CatchPadBB], Prob); in findWasmUnwindDestinations()
2121 for (const BasicBlock *CatchPadBB : CatchSwitch->handlers()) { in findUnwindDestinations() local
2122 UnwindDests.emplace_back(FuncInfo.MBBMap[CatchPadBB], Prob); in findUnwindDestinations()