Home
last modified time | relevance | path

Searched defs:CleanupPad (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/CodeGen/
DWinEHPrepare.cpp151 static BasicBlock *getCleanupRetUnwindDest(const CleanupPadInst *CleanupPad) { in getCleanupRetUnwindDest()
180 else if (auto *CleanupPad = dyn_cast<CleanupPadInst>(FuncletPad)) in calculateStateNumbersForInvokes() local
216 auto *CleanupPad = cast<CleanupReturnInst>(TI)->getCleanupPad(); in getEHPadFromPredecessor() local
263 auto *CleanupPad = cast<CleanupPadInst>(FirstNonPHI); in calculateCXXStateNumbers() local
355 auto *CleanupPad = cast<CleanupPadInst>(FirstNonPHI); in calculateSEHStateNumbers() local
384 if (auto *CleanupPad = dyn_cast<CleanupPadInst>(EHPad)) in isTopLevelPadForMSVC() local
776 auto *CleanupPad = dyn_cast_or_null<CleanupPadInst>(FuncletPad); in removeImplausibleInstructions() local
/external/llvm/lib/IR/
DInstructions.cpp783 void CleanupReturnInst::init(Value *CleanupPad, BasicBlock *UnwindBB) { in init()
792 CleanupReturnInst::CleanupReturnInst(Value *CleanupPad, BasicBlock *UnwindBB, in CleanupReturnInst()
801 CleanupReturnInst::CleanupReturnInst(Value *CleanupPad, BasicBlock *UnwindBB, in CleanupReturnInst()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4437 Value *CleanupPad = in parseFunctionBody() local
/external/llvm/lib/AsmParser/
DLLParser.cpp5174 Value *CleanupPad = nullptr; in ParseCleanupRet() local