Home
last modified time | relevance | path

Searched refs:CatchSwitch (Results 1 – 25 of 470) sorted by relevance

12345678910>>...19

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp226 if (auto *CatchSwitch = dyn_cast<CatchSwitchInst>(TI)) { in getEHPadFromPredecessor() local
227 if (CatchSwitch->getParentPad() != ParentPad) in getEHPadFromPredecessor()
248 assert(FuncInfo.EHPadStateMap.count(CatchSwitch) == 0 && in calculateCXXStateNumbers()
257 FuncInfo.EHPadStateMap[CatchSwitch] = TryLow; in calculateCXXStateNumbers()
373 assert(CatchSwitch->getNumHandlers() == 1 && in calculateSEHStateNumbers()
386 FuncInfo.EHPadStateMap[CatchSwitch] = TryState; in calculateSEHStateNumbers()
440 if (auto *CatchSwitch = dyn_cast<CatchSwitchInst>(EHPad)) in isTopLevelPadForMSVC() local
442 CatchSwitch->unwindsToCaller(); in isTopLevelPadForMSVC()
596 assert(CatchSwitch->getNumHandlers()); in calculateClrEHStateNumbers()
597 FuncInfo.EHPadStateMap[CatchSwitch] = CatchState; in calculateClrEHStateNumbers()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp226 if (auto *CatchSwitch = dyn_cast<CatchSwitchInst>(TI)) { in getEHPadFromPredecessor() local
227 if (CatchSwitch->getParentPad() != ParentPad) in getEHPadFromPredecessor()
248 assert(FuncInfo.EHPadStateMap.count(CatchSwitch) == 0 && in calculateCXXStateNumbers()
257 FuncInfo.EHPadStateMap[CatchSwitch] = TryLow; in calculateCXXStateNumbers()
373 assert(CatchSwitch->getNumHandlers() == 1 && in calculateSEHStateNumbers()
386 FuncInfo.EHPadStateMap[CatchSwitch] = TryState; in calculateSEHStateNumbers()
440 if (auto *CatchSwitch = dyn_cast<CatchSwitchInst>(EHPad)) in isTopLevelPadForMSVC() local
442 CatchSwitch->unwindsToCaller(); in isTopLevelPadForMSVC()
596 assert(CatchSwitch->getNumHandlers()); in calculateClrEHStateNumbers()
597 FuncInfo.EHPadStateMap[CatchSwitch] = CatchState; in calculateClrEHStateNumbers()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp226 if (auto *CatchSwitch = dyn_cast<CatchSwitchInst>(TI)) { in getEHPadFromPredecessor() local
227 if (CatchSwitch->getParentPad() != ParentPad) in getEHPadFromPredecessor()
248 assert(FuncInfo.EHPadStateMap.count(CatchSwitch) == 0 && in calculateCXXStateNumbers()
257 FuncInfo.EHPadStateMap[CatchSwitch] = TryLow; in calculateCXXStateNumbers()
373 assert(CatchSwitch->getNumHandlers() == 1 && in calculateSEHStateNumbers()
386 FuncInfo.EHPadStateMap[CatchSwitch] = TryState; in calculateSEHStateNumbers()
440 if (auto *CatchSwitch = dyn_cast<CatchSwitchInst>(EHPad)) in isTopLevelPadForMSVC() local
442 CatchSwitch->unwindsToCaller(); in isTopLevelPadForMSVC()
596 assert(CatchSwitch->getNumHandlers()); in calculateClrEHStateNumbers()
597 FuncInfo.EHPadStateMap[CatchSwitch] = CatchState; in calculateClrEHStateNumbers()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/CodeGen/
H A DWinEHPrepare.cpp226 if (auto *CatchSwitch = dyn_cast<CatchSwitchInst>(TI)) { in getEHPadFromPredecessor() local
227 if (CatchSwitch->getParentPad() != ParentPad) in getEHPadFromPredecessor()
248 assert(FuncInfo.EHPadStateMap.count(CatchSwitch) == 0 && in calculateCXXStateNumbers()
257 FuncInfo.EHPadStateMap[CatchSwitch] = TryLow; in calculateCXXStateNumbers()
373 assert(CatchSwitch->getNumHandlers() == 1 && in calculateSEHStateNumbers()
386 FuncInfo.EHPadStateMap[CatchSwitch] = TryState; in calculateSEHStateNumbers()
440 if (auto *CatchSwitch = dyn_cast<CatchSwitchInst>(EHPad)) in isTopLevelPadForMSVC() local
442 CatchSwitch->unwindsToCaller(); in isTopLevelPadForMSVC()
596 assert(CatchSwitch->getNumHandlers()); in calculateClrEHStateNumbers()
597 FuncInfo.EHPadStateMap[CatchSwitch] = CatchState; in calculateClrEHStateNumbers()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp226 if (auto *CatchSwitch = dyn_cast<CatchSwitchInst>(TI)) { in getEHPadFromPredecessor() local
227 if (CatchSwitch->getParentPad() != ParentPad) in getEHPadFromPredecessor()
248 assert(FuncInfo.EHPadStateMap.count(CatchSwitch) == 0 && in calculateCXXStateNumbers()
257 FuncInfo.EHPadStateMap[CatchSwitch] = TryLow; in calculateCXXStateNumbers()
373 assert(CatchSwitch->getNumHandlers() == 1 && in calculateSEHStateNumbers()
386 FuncInfo.EHPadStateMap[CatchSwitch] = TryState; in calculateSEHStateNumbers()
440 if (auto *CatchSwitch = dyn_cast<CatchSwitchInst>(EHPad)) in isTopLevelPadForMSVC() local
442 CatchSwitch->unwindsToCaller(); in isTopLevelPadForMSVC()
596 assert(CatchSwitch->getNumHandlers()); in calculateClrEHStateNumbers()
597 FuncInfo.EHPadStateMap[CatchSwitch] = CatchState; in calculateClrEHStateNumbers()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/lib/CodeGen/
H A DWinEHPrepare.cpp225 if (auto *CatchSwitch = dyn_cast<CatchSwitchInst>(TI)) { in getEHPadFromPredecessor() local
226 if (CatchSwitch->getParentPad() != ParentPad) in getEHPadFromPredecessor()
244 assert(FuncInfo.EHPadStateMap.count(CatchSwitch) == 0 && in calculateCXXStateNumbers()
253 FuncInfo.EHPadStateMap[CatchSwitch] = TryLow; in calculateCXXStateNumbers()
351 assert(CatchSwitch->getNumHandlers() == 1 && in calculateSEHStateNumbers()
364 FuncInfo.EHPadStateMap[CatchSwitch] = TryState; in calculateSEHStateNumbers()
418 if (auto *CatchSwitch = dyn_cast<CatchSwitchInst>(EHPad)) in isTopLevelPadForMSVC() local
420 CatchSwitch->unwindsToCaller(); in isTopLevelPadForMSVC()
574 assert(CatchSwitch->getNumHandlers()); in calculateClrEHStateNumbers()
575 FuncInfo.EHPadStateMap[CatchSwitch] = CatchState; in calculateClrEHStateNumbers()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/lib/CodeGen/
H A DWinEHPrepare.cpp226 if (auto *CatchSwitch = dyn_cast<CatchSwitchInst>(TI)) { in getEHPadFromPredecessor() local
227 if (CatchSwitch->getParentPad() != ParentPad) in getEHPadFromPredecessor()
248 assert(FuncInfo.EHPadStateMap.count(CatchSwitch) == 0 && in calculateCXXStateNumbers()
257 FuncInfo.EHPadStateMap[CatchSwitch] = TryLow; in calculateCXXStateNumbers()
373 assert(CatchSwitch->getNumHandlers() == 1 && in calculateSEHStateNumbers()
386 FuncInfo.EHPadStateMap[CatchSwitch] = TryState; in calculateSEHStateNumbers()
440 if (auto *CatchSwitch = dyn_cast<CatchSwitchInst>(EHPad)) in isTopLevelPadForMSVC() local
442 CatchSwitch->unwindsToCaller(); in isTopLevelPadForMSVC()
596 assert(CatchSwitch->getNumHandlers()); in calculateClrEHStateNumbers()
597 FuncInfo.EHPadStateMap[CatchSwitch] = CatchState; in calculateClrEHStateNumbers()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp226 if (auto *CatchSwitch = dyn_cast<CatchSwitchInst>(TI)) { in getEHPadFromPredecessor() local
227 if (CatchSwitch->getParentPad() != ParentPad) in getEHPadFromPredecessor()
248 assert(FuncInfo.EHPadStateMap.count(CatchSwitch) == 0 && in calculateCXXStateNumbers()
257 FuncInfo.EHPadStateMap[CatchSwitch] = TryLow; in calculateCXXStateNumbers()
373 assert(CatchSwitch->getNumHandlers() == 1 && in calculateSEHStateNumbers()
386 FuncInfo.EHPadStateMap[CatchSwitch] = TryState; in calculateSEHStateNumbers()
440 if (auto *CatchSwitch = dyn_cast<CatchSwitchInst>(EHPad)) in isTopLevelPadForMSVC() local
442 CatchSwitch->unwindsToCaller(); in isTopLevelPadForMSVC()
596 assert(CatchSwitch->getNumHandlers()); in calculateClrEHStateNumbers()
597 FuncInfo.EHPadStateMap[CatchSwitch] = CatchState; in calculateClrEHStateNumbers()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp225 if (auto *CatchSwitch = dyn_cast<CatchSwitchInst>(TI)) { in getEHPadFromPredecessor() local
226 if (CatchSwitch->getParentPad() != ParentPad) in getEHPadFromPredecessor()
244 assert(FuncInfo.EHPadStateMap.count(CatchSwitch) == 0 && in calculateCXXStateNumbers()
253 FuncInfo.EHPadStateMap[CatchSwitch] = TryLow; in calculateCXXStateNumbers()
351 assert(CatchSwitch->getNumHandlers() == 1 && in calculateSEHStateNumbers()
364 FuncInfo.EHPadStateMap[CatchSwitch] = TryState; in calculateSEHStateNumbers()
418 if (auto *CatchSwitch = dyn_cast<CatchSwitchInst>(EHPad)) in isTopLevelPadForMSVC() local
420 CatchSwitch->unwindsToCaller(); in isTopLevelPadForMSVC()
574 assert(CatchSwitch->getNumHandlers()); in calculateClrEHStateNumbers()
575 FuncInfo.EHPadStateMap[CatchSwitch] = CatchState; in calculateClrEHStateNumbers()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp226 if (auto *CatchSwitch = dyn_cast<CatchSwitchInst>(TI)) { in getEHPadFromPredecessor() local
227 if (CatchSwitch->getParentPad() != ParentPad) in getEHPadFromPredecessor()
248 assert(FuncInfo.EHPadStateMap.count(CatchSwitch) == 0 && in calculateCXXStateNumbers()
257 FuncInfo.EHPadStateMap[CatchSwitch] = TryLow; in calculateCXXStateNumbers()
373 assert(CatchSwitch->getNumHandlers() == 1 && in calculateSEHStateNumbers()
386 FuncInfo.EHPadStateMap[CatchSwitch] = TryState; in calculateSEHStateNumbers()
440 if (auto *CatchSwitch = dyn_cast<CatchSwitchInst>(EHPad)) in isTopLevelPadForMSVC() local
442 CatchSwitch->unwindsToCaller(); in isTopLevelPadForMSVC()
596 assert(CatchSwitch->getNumHandlers()); in calculateClrEHStateNumbers()
597 FuncInfo.EHPadStateMap[CatchSwitch] = CatchState; in calculateClrEHStateNumbers()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp226 if (auto *CatchSwitch = dyn_cast<CatchSwitchInst>(TI)) { in getEHPadFromPredecessor() local
227 if (CatchSwitch->getParentPad() != ParentPad) in getEHPadFromPredecessor()
248 assert(FuncInfo.EHPadStateMap.count(CatchSwitch) == 0 && in calculateCXXStateNumbers()
257 FuncInfo.EHPadStateMap[CatchSwitch] = TryLow; in calculateCXXStateNumbers()
373 assert(CatchSwitch->getNumHandlers() == 1 && in calculateSEHStateNumbers()
386 FuncInfo.EHPadStateMap[CatchSwitch] = TryState; in calculateSEHStateNumbers()
440 if (auto *CatchSwitch = dyn_cast<CatchSwitchInst>(EHPad)) in isTopLevelPadForMSVC() local
442 CatchSwitch->unwindsToCaller(); in isTopLevelPadForMSVC()
596 assert(CatchSwitch->getNumHandlers()); in calculateClrEHStateNumbers()
597 FuncInfo.EHPadStateMap[CatchSwitch] = CatchState; in calculateClrEHStateNumbers()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp225 if (auto *CatchSwitch = dyn_cast<CatchSwitchInst>(TI)) { in getEHPadFromPredecessor() local
226 if (CatchSwitch->getParentPad() != ParentPad) in getEHPadFromPredecessor()
244 assert(FuncInfo.EHPadStateMap.count(CatchSwitch) == 0 && in calculateCXXStateNumbers()
253 FuncInfo.EHPadStateMap[CatchSwitch] = TryLow; in calculateCXXStateNumbers()
351 assert(CatchSwitch->getNumHandlers() == 1 && in calculateSEHStateNumbers()
364 FuncInfo.EHPadStateMap[CatchSwitch] = TryState; in calculateSEHStateNumbers()
418 if (auto *CatchSwitch = dyn_cast<CatchSwitchInst>(EHPad)) in isTopLevelPadForMSVC() local
420 CatchSwitch->unwindsToCaller(); in isTopLevelPadForMSVC()
574 assert(CatchSwitch->getNumHandlers()); in calculateClrEHStateNumbers()
575 FuncInfo.EHPadStateMap[CatchSwitch] = CatchState; in calculateClrEHStateNumbers()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp226 if (auto *CatchSwitch = dyn_cast<CatchSwitchInst>(TI)) { in getEHPadFromPredecessor() local
227 if (CatchSwitch->getParentPad() != ParentPad) in getEHPadFromPredecessor()
248 assert(FuncInfo.EHPadStateMap.count(CatchSwitch) == 0 && in calculateCXXStateNumbers()
257 FuncInfo.EHPadStateMap[CatchSwitch] = TryLow; in calculateCXXStateNumbers()
373 assert(CatchSwitch->getNumHandlers() == 1 && in calculateSEHStateNumbers()
386 FuncInfo.EHPadStateMap[CatchSwitch] = TryState; in calculateSEHStateNumbers()
440 if (auto *CatchSwitch = dyn_cast<CatchSwitchInst>(EHPad)) in isTopLevelPadForMSVC() local
442 CatchSwitch->unwindsToCaller(); in isTopLevelPadForMSVC()
596 assert(CatchSwitch->getNumHandlers()); in calculateClrEHStateNumbers()
597 FuncInfo.EHPadStateMap[CatchSwitch] = CatchState; in calculateClrEHStateNumbers()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp226 if (auto *CatchSwitch = dyn_cast<CatchSwitchInst>(TI)) { in getEHPadFromPredecessor() local
227 if (CatchSwitch->getParentPad() != ParentPad) in getEHPadFromPredecessor()
248 assert(FuncInfo.EHPadStateMap.count(CatchSwitch) == 0 && in calculateCXXStateNumbers()
257 FuncInfo.EHPadStateMap[CatchSwitch] = TryLow; in calculateCXXStateNumbers()
373 assert(CatchSwitch->getNumHandlers() == 1 && in calculateSEHStateNumbers()
386 FuncInfo.EHPadStateMap[CatchSwitch] = TryState; in calculateSEHStateNumbers()
440 if (auto *CatchSwitch = dyn_cast<CatchSwitchInst>(EHPad)) in isTopLevelPadForMSVC() local
442 CatchSwitch->unwindsToCaller(); in isTopLevelPadForMSVC()
596 assert(CatchSwitch->getNumHandlers()); in calculateClrEHStateNumbers()
597 FuncInfo.EHPadStateMap[CatchSwitch] = CatchState; in calculateClrEHStateNumbers()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/lib/CodeGen/
H A DWinEHPrepare.cpp223 if (auto *CatchSwitch = dyn_cast<CatchSwitchInst>(TI)) { in getEHPadFromPredecessor() local
224 if (CatchSwitch->getParentPad() != ParentPad) in getEHPadFromPredecessor()
242 assert(FuncInfo.EHPadStateMap.count(CatchSwitch) == 0 && in calculateCXXStateNumbers()
251 FuncInfo.EHPadStateMap[CatchSwitch] = TryLow; in calculateCXXStateNumbers()
349 assert(CatchSwitch->getNumHandlers() == 1 && in calculateSEHStateNumbers()
362 FuncInfo.EHPadStateMap[CatchSwitch] = TryState; in calculateSEHStateNumbers()
416 if (auto *CatchSwitch = dyn_cast<CatchSwitchInst>(EHPad)) in isTopLevelPadForMSVC() local
418 CatchSwitch->unwindsToCaller(); in isTopLevelPadForMSVC()
572 assert(CatchSwitch->getNumHandlers()); in calculateClrEHStateNumbers()
573 FuncInfo.EHPadStateMap[CatchSwitch] = CatchState; in calculateClrEHStateNumbers()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/lib/CodeGen/
H A DWinEHPrepare.cpp224 if (auto *CatchSwitch = dyn_cast<CatchSwitchInst>(TI)) { in getEHPadFromPredecessor() local
225 if (CatchSwitch->getParentPad() != ParentPad) in getEHPadFromPredecessor()
243 assert(FuncInfo.EHPadStateMap.count(CatchSwitch) == 0 && in calculateCXXStateNumbers()
252 FuncInfo.EHPadStateMap[CatchSwitch] = TryLow; in calculateCXXStateNumbers()
350 assert(CatchSwitch->getNumHandlers() == 1 && in calculateSEHStateNumbers()
363 FuncInfo.EHPadStateMap[CatchSwitch] = TryState; in calculateSEHStateNumbers()
417 if (auto *CatchSwitch = dyn_cast<CatchSwitchInst>(EHPad)) in isTopLevelPadForMSVC() local
419 CatchSwitch->unwindsToCaller(); in isTopLevelPadForMSVC()
573 assert(CatchSwitch->getNumHandlers()); in calculateClrEHStateNumbers()
574 FuncInfo.EHPadStateMap[CatchSwitch] = CatchState; in calculateClrEHStateNumbers()
[all …]
H A DWasmEHPrepare.cpp405 if (const auto *CatchSwitch = dyn_cast<CatchSwitchInst>(UnwindPad)) in calculateWasmEHInfo() local
407 EHInfo.setEHPadUnwindDest(&BB, *CatchSwitch->handlers().begin()); in calculateWasmEHInfo()
424 if (const auto *CatchSwitch = dyn_cast<CatchSwitchInst>(UnwindPad)) in calculateWasmEHInfo() local
426 EHInfo.setThrowUnwindDest(&BB, *CatchSwitch->handlers().begin()); in calculateWasmEHInfo()
/dports/devel/llvm70/llvm-7.0.1.src/lib/CodeGen/
H A DWinEHPrepare.cpp224 if (auto *CatchSwitch = dyn_cast<CatchSwitchInst>(TI)) { in getEHPadFromPredecessor() local
225 if (CatchSwitch->getParentPad() != ParentPad) in getEHPadFromPredecessor()
243 assert(FuncInfo.EHPadStateMap.count(CatchSwitch) == 0 && in calculateCXXStateNumbers()
252 FuncInfo.EHPadStateMap[CatchSwitch] = TryLow; in calculateCXXStateNumbers()
350 assert(CatchSwitch->getNumHandlers() == 1 && in calculateSEHStateNumbers()
363 FuncInfo.EHPadStateMap[CatchSwitch] = TryState; in calculateSEHStateNumbers()
417 if (auto *CatchSwitch = dyn_cast<CatchSwitchInst>(EHPad)) in isTopLevelPadForMSVC() local
419 CatchSwitch->unwindsToCaller(); in isTopLevelPadForMSVC()
573 assert(CatchSwitch->getNumHandlers()); in calculateClrEHStateNumbers()
574 FuncInfo.EHPadStateMap[CatchSwitch] = CatchState; in calculateClrEHStateNumbers()
[all …]
H A DWasmEHPrepare.cpp349 if (const auto *CatchSwitch = dyn_cast<CatchSwitchInst>(UnwindPad)) in calculateWasmEHInfo() local
351 EHInfo.setEHPadUnwindDest(&BB, *CatchSwitch->handlers().begin()); in calculateWasmEHInfo()
368 if (const auto *CatchSwitch = dyn_cast<CatchSwitchInst>(UnwindPad)) in calculateWasmEHInfo() local
370 EHInfo.setThrowUnwindDest(&BB, *CatchSwitch->handlers().begin()); in calculateWasmEHInfo()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Transforms/Utils/
H A DInlineFunction.cpp248 if (CatchSwitch->hasUnwindDest()) { in getUnwindDestTokenHelper()
257 for (auto HI = CatchSwitch->handler_begin(), in getUnwindDestTokenHelper()
258 HE = CatchSwitch->handler_end(); in getUnwindDestTokenHelper()
706 if (auto *CatchSwitch = dyn_cast<CatchSwitchInst>(I)) { in HandleInlinedEHPad() local
707 if (CatchSwitch->unwindsToCaller()) { in HandleInlinedEHPad()
733 CatchSwitch->getParentPad(), UnwindDest, in HandleInlinedEHPad()
734 CatchSwitch->getNumHandlers(), CatchSwitch->getName(), in HandleInlinedEHPad()
735 CatchSwitch); in HandleInlinedEHPad()
736 for (BasicBlock *PadBB : CatchSwitch->handlers()) in HandleInlinedEHPad()
2062 if (auto *CatchSwitch = dyn_cast<CatchSwitchInst>(I)) { in InlineFunction() local
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/lib/Transforms/Utils/
H A DInlineFunction.cpp245 if (CatchSwitch->hasUnwindDest()) {
254 for (auto HI = CatchSwitch->handler_begin(),
255 HE = CatchSwitch->handler_end();
703 if (auto *CatchSwitch = dyn_cast<CatchSwitchInst>(I)) {
704 if (CatchSwitch->unwindsToCaller()) {
730 CatchSwitch->getParentPad(), UnwindDest,
731 CatchSwitch->getNumHandlers(), CatchSwitch->getName(),
732 CatchSwitch);
733 for (BasicBlock *PadBB : CatchSwitch->handlers())
2053 if (auto *CatchSwitch = dyn_cast<CatchSwitchInst>(I)) {
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp248 if (CatchSwitch->hasUnwindDest()) { in getUnwindDestTokenHelper()
257 for (auto HI = CatchSwitch->handler_begin(), in getUnwindDestTokenHelper()
258 HE = CatchSwitch->handler_end(); in getUnwindDestTokenHelper()
706 if (auto *CatchSwitch = dyn_cast<CatchSwitchInst>(I)) { in HandleInlinedEHPad() local
707 if (CatchSwitch->unwindsToCaller()) { in HandleInlinedEHPad()
733 CatchSwitch->getParentPad(), UnwindDest, in HandleInlinedEHPad()
734 CatchSwitch->getNumHandlers(), CatchSwitch->getName(), in HandleInlinedEHPad()
735 CatchSwitch); in HandleInlinedEHPad()
736 for (BasicBlock *PadBB : CatchSwitch->handlers()) in HandleInlinedEHPad()
2191 if (auto *CatchSwitch = dyn_cast<CatchSwitchInst>(I)) { in InlineFunction() local
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp241 if (CatchSwitch->hasUnwindDest()) { in getUnwindDestTokenHelper()
250 for (auto HI = CatchSwitch->handler_begin(), in getUnwindDestTokenHelper()
251 HE = CatchSwitch->handler_end(); in getUnwindDestTokenHelper()
699 if (auto *CatchSwitch = dyn_cast<CatchSwitchInst>(I)) { in HandleInlinedEHPad() local
700 if (CatchSwitch->unwindsToCaller()) { in HandleInlinedEHPad()
726 CatchSwitch->getParentPad(), UnwindDest, in HandleInlinedEHPad()
727 CatchSwitch->getNumHandlers(), CatchSwitch->getName(), in HandleInlinedEHPad()
728 CatchSwitch); in HandleInlinedEHPad()
729 for (BasicBlock *PadBB : CatchSwitch->handlers()) in HandleInlinedEHPad()
2124 if (auto *CatchSwitch = dyn_cast<CatchSwitchInst>(I)) { in InlineFunction() local
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp248 if (CatchSwitch->hasUnwindDest()) { in getUnwindDestTokenHelper()
257 for (auto HI = CatchSwitch->handler_begin(), in getUnwindDestTokenHelper()
258 HE = CatchSwitch->handler_end(); in getUnwindDestTokenHelper()
706 if (auto *CatchSwitch = dyn_cast<CatchSwitchInst>(I)) { in HandleInlinedEHPad() local
707 if (CatchSwitch->unwindsToCaller()) { in HandleInlinedEHPad()
733 CatchSwitch->getParentPad(), UnwindDest, in HandleInlinedEHPad()
734 CatchSwitch->getNumHandlers(), CatchSwitch->getName(), in HandleInlinedEHPad()
735 CatchSwitch); in HandleInlinedEHPad()
736 for (BasicBlock *PadBB : CatchSwitch->handlers()) in HandleInlinedEHPad()
2188 if (auto *CatchSwitch = dyn_cast<CatchSwitchInst>(I)) { in InlineFunction() local
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/lib/Transforms/Utils/
H A DInlineFunction.cpp241 if (CatchSwitch->hasUnwindDest()) { in getUnwindDestTokenHelper()
250 for (auto HI = CatchSwitch->handler_begin(), in getUnwindDestTokenHelper()
251 HE = CatchSwitch->handler_end(); in getUnwindDestTokenHelper()
699 if (auto *CatchSwitch = dyn_cast<CatchSwitchInst>(I)) { in HandleInlinedEHPad() local
700 if (CatchSwitch->unwindsToCaller()) { in HandleInlinedEHPad()
726 CatchSwitch->getParentPad(), UnwindDest, in HandleInlinedEHPad()
727 CatchSwitch->getNumHandlers(), CatchSwitch->getName(), in HandleInlinedEHPad()
728 CatchSwitch); in HandleInlinedEHPad()
729 for (BasicBlock *PadBB : CatchSwitch->handlers()) in HandleInlinedEHPad()
2124 if (auto *CatchSwitch = dyn_cast<CatchSwitchInst>(I)) { in InlineFunction() local
[all …]

12345678910>>...19