Home
last modified time | relevance | path

Searched refs:IfException (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h3729 BasicBlock *IfException, ArrayRef<Value *> Args,
3734 BasicBlock *IfException, ArrayRef<Value *> Args,
3753 BasicBlock *IfException, ArrayRef<Value *> Args,
3758 return new (AllocMarker) InvokeInst(Ty, Func, IfNormal, IfException, Args,
3763 BasicBlock *IfException, ArrayRef<Value *> Args,
3772 InvokeInst(Ty, Func, IfNormal, IfException, Args, Bundles, AllocMarker,
3777 BasicBlock *IfException, ArrayRef<Value *> Args,
3781 IfException, Args, {}, NameStr, InsertBefore);
3785 BasicBlock *IfException, ArrayRef<Value *> Args,
3790 IfException, Args, Bundles, NameStr, InsertBefore);
[all …]
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DInstruction.cpp529 BasicBlock *IfNormal, BasicBlock *IfException, in create() argument
540 cast<llvm::BasicBlock>(IfException->Val), LLVMArgs, NameStr); in create()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp840 BasicBlock *IfException, ArrayRef<Value *> Args, in init() argument
864 setUnwindDest(IfException); in init()
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DInstruction.h1457 BasicBlock *IfException,