Searched refs:getCleanupPad (Results 1 - 6 of 6) sorted by relevance

/external/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp216 auto *CleanupPad = cast<CleanupReturnInst>(TI)->getCleanupPad();
825 IsUnreachableCleanupret = CRI->getCleanupPad() != CleanupPad;
/external/llvm/lib/Transforms/Utils/
H A DLocal.cpp1346 NewTI = CleanupReturnInst::Create(CRI->getCleanupPad(), nullptr, CRI);
H A DInlineFunction.cpp335 CleanupReturnInst::Create(CRI->getCleanupPad(), UnwindDest, CRI);
H A DSimplifyCFG.cpp3277 CleanupPadInst *CPInst = RI->getCleanupPad();
/external/llvm/include/llvm/IR/
H A DInstructions.h4207 CleanupPadInst *getCleanupPad() const { function in class:llvm::InvokeInst::CleanupReturnInst
/external/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1983 pushValue(CRI.getCleanupPad(), InstID, Vals, VE);

Completed in 269 milliseconds