Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDInstructions.h3678 inline InvokeInst(FunctionType *Ty, Value *Func, BasicBlock *IfNormal,
3683 inline InvokeInst(FunctionType *Ty, Value *Func, BasicBlock *IfNormal,
3688 void init(FunctionType *Ty, Value *Func, BasicBlock *IfNormal,
3706 static InvokeInst *Create(FunctionType *Ty, Value *Func, BasicBlock *IfNormal,
3712 InvokeInst(Ty, Func, IfNormal, IfException, Args, None, NumOperands,
3716 static InvokeInst *Create(FunctionType *Ty, Value *Func, BasicBlock *IfNormal,
3726 InvokeInst(Ty, Func, IfNormal, IfException, Args, Bundles, NumOperands,
3730 static InvokeInst *Create(FunctionType *Ty, Value *Func, BasicBlock *IfNormal,
3735 InvokeInst(Ty, Func, IfNormal, IfException, Args, None, NumOperands,
3739 static InvokeInst *Create(FunctionType *Ty, Value *Func, BasicBlock *IfNormal,
[all …]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
HDInstructions.cpp716 void InvokeInst::init(FunctionType *FTy, Value *Fn, BasicBlock *IfNormal, in init() argument
725 setNormalDest(IfNormal); in init()