Searched defs:UnwindBB (Results 1 – 8 of 8) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | DwarfEHPrepare.cpp | 243 BasicBlock *UnwindBB = RI->getParent(); InsertUnwindResumeCalls() local 272 BasicBlock *UnwindBB = BasicBlock::Create(Ctx, "unwind_resume", &F); InsertUnwindResumeCalls() local
|
H A D | WasmEHPrepare.cpp | 391 const auto *UnwindBB = CatchPad->getCatchSwitch()->getUnwindDest(); in calculateWasmEHInfo() local
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGException.cpp | 976 llvm::BasicBlock *UnwindBB = in emitCatchPadBlock() local 1020 llvm::BasicBlock *UnwindBB = in emitWasmCatchPadBlock() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | Instructions.cpp | 1021 init(Value * CleanupPad,BasicBlock * UnwindBB) init() argument 1030 CleanupReturnInst(Value * CleanupPad,BasicBlock * UnwindBB,unsigned Values,Instruction * InsertBefore) CleanupReturnInst() argument 1039 CleanupReturnInst(Value * CleanupPad,BasicBlock * UnwindBB,unsigned Values,BasicBlock * InsertAtEnd) CleanupReturnInst() argument
|
H A D | Core.cpp | 3232 LLVMBuildCatchSwitch(LLVMBuilderRef B,LLVMValueRef ParentPad,LLVMBasicBlockRef UnwindBB,unsigned NumHandlers,const char * Name) LLVMBuildCatchSwitch() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 6862 BasicBlock *NormalBB, *UnwindBB; parseInvoke() local 6989 BasicBlock *UnwindBB = nullptr; parseCleanupRet() local 7056 BasicBlock *UnwindBB = nullptr; parseCatchSwitch() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SimplifyCFG.cpp | 2516 BasicBlock *UnwindBB = nullptr; shouldBelongToSameSet() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 5563 BasicBlock *UnwindBB = getBasicBlock(Record[OpNum++]); parseFunctionBody() local
|