Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp361 if (auto *CatchSwitch = dyn_cast<CatchSwitchInst>(TI)) { getEHPadFromPredecessor() local
382 if (auto *CatchSwitch = dyn_cast<CatchSwitchInst>(FirstNonPHI)) { calculateCXXStateNumbers() local
503 if (auto *CatchSwitch = dyn_cast<CatchSwitchInst>(FirstNonPHI)) { calculateSEHStateNumbers() local
577 if (auto *CatchSwitch = dyn_cast<CatchSwitchInst>(EHPad)) isTopLevelPadForMSVC() local
722 const auto *CatchSwitch = cast<CatchSwitchInst>(Pad); calculateClrEHStateNumbers() local
783 } else if (auto *CatchSwitch = dyn_cast<CatchSwitchInst>(U)) { calculateClrEHStateNumbers() local
[all...]
H A DWasmEHPrepare.cpp395 if (const auto *CatchSwitch = dyn_cast<CatchSwitchInst>(UnwindPad)) calculateWasmEHInfo() local
/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp260 if (auto *CatchSwitch = dyn_cast<CatchSwitchInst>(CurrentPad)) { getUnwindDestTokenHelper() local
505 if (auto *CatchSwitch = dyn_cast<CatchSwitchInst>(UselessPad)) { getUnwindDestToken() local
714 if (auto *CatchSwitch = dyn_cast<CatchSwitchInst>(I)) { HandleInlinedEHPad() local
2739 if (auto *CatchSwitch = dyn_cast<CatchSwitchInst>(I)) { InlineFunction() local
[all...]
H A DLocal.cpp3101 } else if (auto *CatchSwitch = dyn_cast<CatchSwitchInst>(Terminator)) { markAliveBlocks() local
3176 } else if (auto *CatchSwitch = dyn_cast<CatchSwitchInst>(TI)) { removeUnwindEdge() local
[all...]
H A DBasicBlockUtils.cpp894 else if (auto *CatchSwitch = dyn_cast<CatchSwitchInst>(PadInst)) ehAwareSplitEdge() local
/llvm-project/llvm/unittests/Analysis/
H A DSparsePropagation.cpp525 CatchSwitchInst *CatchSwitch = TEST_F() local
/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp980 llvm::CatchSwitchInst *CatchSwitch = emitCatchPadBlock() local
1024 llvm::CatchSwitchInst *CatchSwitch = emitWasmCatchPadBlock() local
1254 auto *CatchSwitch = ExitCXXTryStmt() local
[all...]
/llvm-project/llvm/bindings/ocaml/llvm/
H A Dllvm.ml251 | CatchSwitch Constructor
H A Dllvm.mli277 | CatchSwitch Constructor
/llvm-project/llvm/lib/IR/
H A DCore.cpp3429 LLVMAddHandler(LLVMValueRef CatchSwitch,LLVMBasicBlockRef Dest) LLVMAddHandler() argument
3433 LLVMGetNumHandlers(LLVMValueRef CatchSwitch) LLVMGetNumHandlers() argument
3437 LLVMGetHandlers(LLVMValueRef CatchSwitch,LLVMBasicBlockRef * Handlers) LLVMGetHandlers() argument
3447 LLVMSetParentCatchSwitch(LLVMValueRef CatchPad,LLVMValueRef CatchSwitch) LLVMSetParentCatchSwitch() argument
H A DVerifier.cpp4689 if (auto *CatchSwitch = dyn_cast<CatchSwitchInst>(FPI.getParentPad())) { visitFuncletPadInst() local
4706 visitCatchSwitchInst(CatchSwitchInst & CatchSwitch) visitCatchSwitchInst() argument
[all...]
H A DAsmWriter.cpp4355 } else if (const auto *CatchSwitch = dyn_cast<CatchSwitchInst>(&I)) { printInstruction() local
/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp1721 splitBeforeCatchSwitch(CatchSwitchInst * CatchSwitch) splitBeforeCatchSwitch() argument
/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp7478 auto *CatchSwitch = parseCatchSwitch() local
7489 Value *CatchSwitch = nullptr; parseCatchPad() local
/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp2834 if (auto *CatchSwitch = dyn_cast<CatchSwitchInst>(Pad)) { findUnwindDestinations() local
/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp3164 const auto &CatchSwitch = cast<CatchSwitchInst>(I); writeInstruction() local
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2064 } else if (const auto *CatchSwitch = dyn_cast<CatchSwitchInst>(Pad)) { findWasmUnwindDestinations() local
2119 } else if (const auto *CatchSwitch = dyn_cast<CatchSwitchInst>(Pad)) { findUnwindDestinations() local
/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5577 auto *CatchSwitch = parseFunctionBody() local