Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DWinEHPrepare.cpp210 if (auto *CatchSwitch = dyn_cast<CatchSwitchInst>(TI)) { in getEHPadFromPredecessor() local
228 if (auto *CatchSwitch = dyn_cast<CatchSwitchInst>(FirstNonPHI)) { in calculateCXXStateNumbers() local
318 if (auto *CatchSwitch = dyn_cast<CatchSwitchInst>(FirstNonPHI)) { in calculateSEHStateNumbers() local
381 if (auto *CatchSwitch = dyn_cast<CatchSwitchInst>(EHPad)) in isTopLevelPadForMSVC() local
484 } else if (const auto *CatchSwitch = dyn_cast<CatchSwitchInst>(Pad)) { in calculateClrEHStateNumbers() local
/external/llvm/lib/IR/
DInstruction.cpp476 if (const auto *CatchSwitch = dyn_cast<CatchSwitchInst>(this)) in mayThrow() local
DVerifier.cpp3055 void Verifier::visitCatchSwitchInst(CatchSwitchInst &CatchSwitch) { in visitCatchSwitchInst()
DAsmWriter.cpp2886 } else if (const auto *CatchSwitch = dyn_cast<CatchSwitchInst>(&I)) { in printInstruction() local
/external/llvm/lib/Transforms/Utils/
DInlineFunction.cpp346 if (auto *CatchSwitch = dyn_cast<CatchSwitchInst>(I)) { in HandleInlinedEHPad() local
1464 if (auto *CatchSwitch = dyn_cast<CatchSwitchInst>(I)) { in InlineFunction() local
DLocal.cpp1348 } else if (auto *CatchSwitch = dyn_cast<CatchSwitchInst>(TI)) { in removeUnwindEdge() local
/external/clang/lib/CodeGen/
DCGException.cpp888 llvm::CatchSwitchInst *CatchSwitch = in emitCatchPadBlock() local
/external/llvm/lib/AsmParser/
DLLParser.cpp5263 auto *CatchSwitch = in ParseCatchSwitch() local
5274 Value *CatchSwitch = nullptr; in ParseCatchPad() local
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2010 const auto &CatchSwitch = cast<CatchSwitchInst>(I); in WriteInstruction() local
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4498 auto *CatchSwitch = in parseFunctionBody() local
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp1259 } else if (auto *CatchSwitch = dyn_cast<CatchSwitchInst>(Pad)) { in findUnwindDestinations() local