| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| D | WinEHPrepare.cpp | 282 BasicBlock *UnwindDest = InnerCatchSwitch->getUnwindDest(); in calculateCXXStateNumbers() local 287 BasicBlock *UnwindDest = getCleanupRetUnwindDest(InnerCleanupPad); in calculateCXXStateNumbers() local 400 BasicBlock *UnwindDest = InnerCatchSwitch->getUnwindDest(); in calculateSEHStateNumbers() local 405 BasicBlock *UnwindDest = getCleanupRetUnwindDest(InnerCleanupPad); in calculateSEHStateNumbers() local 611 const BasicBlock *UnwindDest; in calculateClrEHStateNumbers() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| D | WebAssemblyCFGStackify.cpp | 1136 MachineBasicBlock *UnwindDest = getFakeCallerBlock(MF); in fixCallUnwindMismatches() local 1244 MachineBasicBlock *UnwindDest = P.first; in fixCallUnwindMismatches() local 1353 auto *UnwindDest = EHInfo->getUnwindDest(EHPad); in fixCatchUnwindMismatches() local 1376 MachineBasicBlock *UnwindDest = P.second; in fixCatchUnwindMismatches() local
|
| D | WebAssemblyExceptionInfo.cpp | 131 auto *UnwindDest = EHInfo->getUnwindDest(EHPad); in recalculate() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/ |
| D | IRBuilder.cpp | 722 Value *ActualInvokee, BasicBlock *NormalDest, BasicBlock *UnwindDest, in CreateGCStatepointInvokeCommon() 748 BasicBlock *NormalDest, BasicBlock *UnwindDest, in CreateGCStatepointInvoke() 759 BasicBlock *NormalDest, BasicBlock *UnwindDest, uint32_t Flags, in CreateGCStatepointInvoke() 769 BasicBlock *NormalDest, BasicBlock *UnwindDest, ArrayRef<Use> InvokeArgs, in CreateGCStatepointInvoke()
|
| D | Verifier.cpp | 2249 BasicBlock *UnwindDest; in getSuccPad() local 4055 BasicBlock *UnwindDest; in visitFuncletPadInst() local 4220 if (BasicBlock *UnwindDest = CatchSwitch.getUnwindDest()) { in visitCatchSwitchInst() local 4249 if (BasicBlock *UnwindDest = CRI.getUnwindDest()) { in visitCleanupReturnInst() local
|
| D | Instructions.cpp | 1102 CatchSwitchInst::CatchSwitchInst(Value *ParentPad, BasicBlock *UnwindDest, in CatchSwitchInst() 1114 CatchSwitchInst::CatchSwitchInst(Value *ParentPad, BasicBlock *UnwindDest, in CatchSwitchInst() 1136 void CatchSwitchInst::init(Value *ParentPad, BasicBlock *UnwindDest, in init()
|
| D | AsmWriter.cpp | 4086 if (const BasicBlock *UnwindDest = CatchSwitch->getUnwindDest()) in printInstruction() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| D | InlineFunction.cpp | 666 BasicBlock *UnwindDest = II->getUnwindDest(); in HandleInlinedEHPad() local 2279 BasicBlock *UnwindDest = II->getUnwindDest(); in InlineFunction() local
|
| D | SimplifyCFG.cpp | 4416 BasicBlock *UnwindDest = RI->getUnwindDest(); in removeEmptyCleanup() local 4510 BasicBlock *UnwindDest = RI->getUnwindDest(); in mergeCleanupPad() local
|
| D | Local.cpp | 2421 BasicBlock *UnwindDest; in removeUnwindEdge() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| D | BitcodeReader.cpp | 4427 BasicBlock *UnwindDest = nullptr; in parseFunctionBody() local 4474 BasicBlock *UnwindDest = nullptr; in parseFunctionBody() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| D | SelectionDAGBuilder.cpp | 1849 auto UnwindDest = I.getUnwindDest(); in visitCleanupRet() local 1856 for (auto &UnwindDest : UnwindDests) { in visitCleanupRet() local 2947 for (auto &UnwindDest : UnwindDests) { in visitInvoke() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| D | IRTranslator.cpp | 2525 for (auto &UnwindDest : UnwindDests) { in translateInvoke() local
|