Searched defs:CleanupPad (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp167 static BasicBlock *getCleanupRetUnwindDest(const CleanupPadInst *CleanupPad) { argument
231 auto *CleanupPad = cast<CleanupReturnInst>(TI)->getCleanupPad(); local
290 auto *CleanupPad = cast<CleanupPadInst>(FirstNonPHI); local
392 auto *CleanupPad = cast<CleanupPadInst>(FirstNonPHI); local
941 auto *CleanupPad = dyn_cast_or_null<CleanupPadInst>(FuncletPad); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp288 auto *CleanupPad = cast<CleanupPadInst>(CurrentPad); local
679 auto *CleanupPad = CRI->getCleanupPad(); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp557 auto *CleanupPad = local
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h1110 CleanupReturnInst *CreateCleanupRet(CleanupPadInst *CleanupPad, argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp930 void CleanupReturnInst::init(Value *CleanupPad, BasicBlock *UnwindBB) { argument
939 CleanupReturnInst::CleanupReturnInst(Value *CleanupPad, BasicBlock *UnwindBB, argument
948 CleanupReturnInst::CleanupReturnInst(Value *CleanupPad, BasicBlock *UnwindBB, argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4260 Value *CleanupPad = local

Completed in 220 milliseconds