Home
last modified time | relevance | path

Searched defs:CatchPad (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/CodeGen/
DWinEHPrepare.cpp178 else if (auto *CatchPad = dyn_cast<CatchPadInst>(FuncletPad)) in calculateStateNumbersForInvokes() local
234 auto *CatchPad = cast<CatchPadInst>(CatchPadBB->getFirstNonPHI()); in calculateCXXStateNumbers() local
248 for (const auto *CatchPad : Handlers) { in calculateCXXStateNumbers() local
326 const auto *CatchPad = in calculateSEHStateNumbers() local
502 for (const auto *CatchPad : Handlers) { in calculateClrEHStateNumbers() local
775 auto *CatchPad = dyn_cast_or_null<CatchPadInst>(FuncletPad); in removeImplausibleInstructions() local
/external/llvm/lib/Analysis/
DAliasAnalysis.cpp250 ModRefInfo AAResults::getModRefInfo(const CatchPadInst *CatchPad, in getModRefInfo()
/external/llvm/include/llvm/IR/
DIRBuilder.h729 CatchReturnInst *CreateCatchRet(CatchPadInst *CatchPad, BasicBlock *BB) { in CreateCatchRet()
/external/llvm/lib/IR/
DInstructions.cpp825 void CatchReturnInst::init(Value *CatchPad, BasicBlock *BB) { in init()
837 CatchReturnInst::CatchReturnInst(Value *CatchPad, BasicBlock *BB, in CatchReturnInst()
845 CatchReturnInst::CatchReturnInst(Value *CatchPad, BasicBlock *BB, in CatchReturnInst()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4456 Value *CatchPad = in parseFunctionBody() local
/external/llvm/lib/AsmParser/
DLLParser.cpp5203 Value *CatchPad = nullptr; in ParseCatchRet() local