/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | WinEHPrepare.cpp | 360 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 D | WasmEHPrepare.cpp | 395 if (const auto *CatchSwitch = dyn_cast<CatchSwitchInst>(UnwindPad)) in calculateWasmEHInfo() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | InlineFunction.cpp | 257 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 D | Local.cpp | 3061 } else if (auto *CatchSwitch = dyn_cast<CatchSwitchInst>(Terminator)) { markAliveBlocks() local 3136 } else if (auto *CatchSwitch = dyn_cast<CatchSwitchInst>(TI)) { removeUnwindEdge() local [all...] |
H A D | BasicBlockUtils.cpp | 883 else if (auto *CatchSwitch = dyn_cast<CatchSwitchInst>(PadInst)) ehAwareSplitEdge() local
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGException.cpp | 980 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 D | Core.cpp | 3287 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 D | Verifier.cpp | 4564 if (auto *CatchSwitch = dyn_cast<CatchSwitchInst>(FPI.getParentPad())) { visitFuncletPadInst() local 4581 visitCatchSwitchInst(CatchSwitchInst & CatchSwitch) visitCatchSwitchInst() argument [all...] |
H A D | AsmWriter.cpp | 4262 } else if (const auto *CatchSwitch = dyn_cast<CatchSwitchInst>(&I)) { printInstruction() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroFrame.cpp | 1691 splitBeforeCatchSwitch(CatchSwitchInst * CatchSwitch) splitBeforeCatchSwitch() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 7065 auto *CatchSwitch = parseCatchSwitch() local 7076 Value *CatchSwitch = nullptr; parseCatchPad() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | IRTranslator.cpp | 2686 if (auto *CatchSwitch = dyn_cast<CatchSwitchInst>(Pad)) { findUnwindDestinations() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
H A D | BitcodeWriter.cpp | 3089 const auto &CatchSwitch = cast<CatchSwitchInst>(I); writeInstruction() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 2025 } 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 D | BitcodeReader.cpp | 5399 auto *CatchSwitch = parseFunctionBody() local
|