Home
last modified time | relevance | path

Searched defs:CatchSwitch (Results 1 – 15 of 15) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp360 if (auto *CatchSwitch = dyn_cast<CatchSwitchInst>(TI)) { getEHPadFromPredecessor() local
381 if (auto *CatchSwitch = dyn_cast<CatchSwitchInst>(FirstNonPHI)) { calculateCXXStateNumbers() local
502 if (auto *CatchSwitch = dyn_cast<CatchSwitchInst>(FirstNonPHI)) { calculateSEHStateNumbers() local
576 if (auto *CatchSwitch = dyn_cast<CatchSwitchInst>(EHPad)) isTopLevelPadForMSVC() local
721 const auto *CatchSwitch = cast<CatchSwitchInst>(Pad); calculateClrEHStateNumbers() local
782 } else if (auto *CatchSwitch = dyn_cast<CatchSwitchInst>(U)) { calculateClrEHStateNumbers() local
[all...]
H A DWasmEHPrepare.cpp395 if (const auto *CatchSwitch = dyn_cast<CatchSwitchInst>(UnwindPad)) in calculateWasmEHInfo() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp257 if (auto *CatchSwitch = dyn_cast<CatchSwitchInst>(CurrentPad)) { getUnwindDestTokenHelper() local
502 if (auto *CatchSwitch = dyn_cast<CatchSwitchInst>(UselessPad)) { getUnwindDestToken() local
711 if (auto *CatchSwitch = dyn_cast<CatchSwitchInst>(I)) { HandleInlinedEHPad() local
2647 if (auto *CatchSwitch = dyn_cast<CatchSwitchInst>(I)) { InlineFunction() local
[all...]
H A DLocal.cpp3061 } else if (auto *CatchSwitch = dyn_cast<CatchSwitchInst>(Terminator)) { markAliveBlocks() local
3136 } else if (auto *CatchSwitch = dyn_cast<CatchSwitchInst>(TI)) { removeUnwindEdge() local
[all...]
H A DBasicBlockUtils.cpp883 else if (auto *CatchSwitch = dyn_cast<CatchSwitchInst>(PadInst)) ehAwareSplitEdge() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp980 llvm::CatchSwitchInst *CatchSwitch = in emitCatchPadBlock() local
1024 llvm::CatchSwitchInst *CatchSwitch = in emitWasmCatchPadBlock() local
1253 auto *CatchSwitch = ExitCXXTryStmt() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp3287 LLVMAddHandler(LLVMValueRef CatchSwitch,LLVMBasicBlockRef Dest) LLVMAddHandler() argument
3291 LLVMGetNumHandlers(LLVMValueRef CatchSwitch) LLVMGetNumHandlers() argument
3295 LLVMGetHandlers(LLVMValueRef CatchSwitch,LLVMBasicBlockRef * Handlers) LLVMGetHandlers() argument
3305 LLVMSetParentCatchSwitch(LLVMValueRef CatchPad,LLVMValueRef CatchSwitch) LLVMSetParentCatchSwitch() argument
H A DVerifier.cpp4564 if (auto *CatchSwitch = dyn_cast<CatchSwitchInst>(FPI.getParentPad())) { visitFuncletPadInst() local
4581 visitCatchSwitchInst(CatchSwitchInst & CatchSwitch) visitCatchSwitchInst() argument
[all...]
H A DAsmWriter.cpp4262 } else if (const auto *CatchSwitch = dyn_cast<CatchSwitchInst>(&I)) { printInstruction() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp1691 splitBeforeCatchSwitch(CatchSwitchInst * CatchSwitch) splitBeforeCatchSwitch() argument
/freebsd-src/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp7065 auto *CatchSwitch = parseCatchSwitch() local
7076 Value *CatchSwitch = nullptr; parseCatchPad() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp2686 if (auto *CatchSwitch = dyn_cast<CatchSwitchInst>(Pad)) { findUnwindDestinations() local
/freebsd-src/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp3089 const auto &CatchSwitch = cast<CatchSwitchInst>(I); writeInstruction() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2025 } else if (const auto *CatchSwitch = dyn_cast<CatchSwitchInst>(Pad)) { findWasmUnwindDestinations() local
2080 } else if (const auto *CatchSwitch = dyn_cast<CatchSwitchInst>(Pad)) { findUnwindDestinations() local
/freebsd-src/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5399 auto *CatchSwitch = parseFunctionBody() local