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

/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp168 static BasicBlock *getCleanupRetUnwindDest(const CleanupPadInst *CleanupPad) { argument
232 auto *CleanupPad = cast<CleanupReturnInst>(TI)->getCleanupPad(); local
309 auto *CleanupPad = cast<CleanupPadInst>(FirstNonPHI); local
414 auto *CleanupPad = cast<CleanupPadInst>(FirstNonPHI); local
957 auto *CleanupPad = dyn_cast_or_null<CleanupPadInst>(FuncletPad); local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp1455 auto *CleanupPad = local
1747 rewritePHIsForCleanupPad(BasicBlock *CleanupPadBB, CleanupPadInst *CleanupPad) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.ml249 | CleanupPad Constructor in type:Opcode/t
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp304 auto *CleanupPad = cast<CleanupPadInst>(CurrentPad); local
702 auto *CleanupPad = CRI->getCleanupPad(); local
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DIRBuilder.h1089 CleanupReturnInst *CreateCleanupRet(CleanupPadInst *CleanupPad, argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/IR/
H A DInstructions.cpp1030 void CleanupReturnInst::init(Value *CleanupPad, BasicBlock *UnwindBB) { argument
1039 CleanupReturnInst::CleanupReturnInst(Value *CleanupPad, BasicBlock *UnwindBB, argument
1048 CleanupReturnInst::CleanupReturnInst(Value *CleanupPad, BasicBlock *UnwindBB, argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4456 Value *CleanupPad = local

Completed in 302 milliseconds