Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h3728 inline InvokeInst(FunctionType *Ty, Value *Func, BasicBlock *IfNormal,
3733 LLVM_ABI void init(FunctionType *Ty, Value *Func, BasicBlock *IfNormal,
3752 static InvokeInst *Create(FunctionType *Ty, Value *Func, BasicBlock *IfNormal,
3758 return new (AllocMarker) InvokeInst(Ty, Func, IfNormal, IfException, Args,
3762 static InvokeInst *Create(FunctionType *Ty, Value *Func, BasicBlock *IfNormal,
3772 InvokeInst(Ty, Func, IfNormal, IfException, Args, Bundles, AllocMarker,
3776 static InvokeInst *Create(FunctionCallee Func, BasicBlock *IfNormal,
3780 return Create(Func.getFunctionType(), Func.getCallee(), IfNormal,
3784 static InvokeInst *Create(FunctionCallee Func, BasicBlock *IfNormal,
3789 return Create(Func.getFunctionType(), Func.getCallee(), IfNormal,
[all …]
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DInstruction.cpp529 BasicBlock *IfNormal, BasicBlock *IfException, in create() argument
539 cast<llvm::BasicBlock>(IfNormal->Val), in create()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp839 void InvokeInst::init(FunctionType *FTy, Value *Fn, BasicBlock *IfNormal, in init() argument
863 setNormalDest(IfNormal); in init()
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DInstruction.h1456 BasicBlock *IfNormal,