/llvm-project/llvm/lib/CodeGen/ |
H A D | WinEHPrepare.cpp | 361 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 D | WasmEHPrepare.cpp | 395 if (const auto *CatchSwitch = dyn_cast<CatchSwitchInst>(UnwindPad)) calculateWasmEHInfo() local
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | InlineFunction.cpp | 260 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 D | Local.cpp | 3101 } else if (auto *CatchSwitch = dyn_cast<CatchSwitchInst>(Terminator)) { markAliveBlocks() local 3176 } else if (auto *CatchSwitch = dyn_cast<CatchSwitchInst>(TI)) { removeUnwindEdge() local [all...] |
H A D | BasicBlockUtils.cpp | 894 else if (auto *CatchSwitch = dyn_cast<CatchSwitchInst>(PadInst)) ehAwareSplitEdge() local
|
/llvm-project/llvm/unittests/Analysis/ |
H A D | SparsePropagation.cpp | 525 CatchSwitchInst *CatchSwitch = TEST_F() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGException.cpp | 980 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 D | llvm.ml | 251 | CatchSwitch Constructor
|
H A D | llvm.mli | 277 | CatchSwitch Constructor
|
/llvm-project/llvm/lib/IR/ |
H A D | Core.cpp | 3429 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 D | Verifier.cpp | 4689 if (auto *CatchSwitch = dyn_cast<CatchSwitchInst>(FPI.getParentPad())) { visitFuncletPadInst() local 4706 visitCatchSwitchInst(CatchSwitchInst & CatchSwitch) visitCatchSwitchInst() argument [all...] |
H A D | AsmWriter.cpp | 4355 } else if (const auto *CatchSwitch = dyn_cast<CatchSwitchInst>(&I)) { printInstruction() local
|
/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroFrame.cpp | 1721 splitBeforeCatchSwitch(CatchSwitchInst * CatchSwitch) splitBeforeCatchSwitch() argument
|
/llvm-project/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 7478 auto *CatchSwitch = parseCatchSwitch() local 7489 Value *CatchSwitch = nullptr; parseCatchPad() local
|
/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | IRTranslator.cpp | 2834 if (auto *CatchSwitch = dyn_cast<CatchSwitchInst>(Pad)) { findUnwindDestinations() local
|
/llvm-project/llvm/lib/Bitcode/Writer/ |
H A D | BitcodeWriter.cpp | 3164 const auto &CatchSwitch = cast<CatchSwitchInst>(I); writeInstruction() local
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 2064 } 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 D | BitcodeReader.cpp | 5577 auto *CatchSwitch = parseFunctionBody() local
|