Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DInstructions.h3627 void init(FunctionType *Ty, Value *Func, BasicBlock *IfNormal,
3691 static InvokeInst *Create(Function *Func, BasicBlock *IfNormal,
3699 static InvokeInst *Create(Function *Func, BasicBlock *IfNormal,
3708 static InvokeInst *Create(Function *Func, BasicBlock *IfNormal,
3715 static InvokeInst *Create(Function *Func, BasicBlock *IfNormal,
3724 static InvokeInst *Create(Value *Func, BasicBlock *IfNormal,
3735 static InvokeInst *Create(Value *Func, BasicBlock *IfNormal,
3747 static InvokeInst *Create(Value *Func, BasicBlock *IfNormal,
3756 static InvokeInst *Create(Value *Func, BasicBlock *IfNormal,
3841 init(Ty, Func, IfNormal, IfException, Args, Bundles, NameStr);
[all …]
/freebsd-12.1/contrib/llvm/lib/IR/
H A DInstructions.cpp652 void InvokeInst::init(FunctionType *FTy, Value *Fn, BasicBlock *IfNormal, in init() argument
661 setNormalDest(IfNormal); in init()