Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DInstructions.h3718 inline InvokeInst(FunctionType *Ty, Value *Func, BasicBlock *IfNormal,
3723 inline InvokeInst(FunctionType *Ty, Value *Func, BasicBlock *IfNormal,
3728 void init(FunctionType *Ty, Value *Func, BasicBlock *IfNormal,
3746 static InvokeInst *Create(FunctionType *Ty, Value *Func, BasicBlock *IfNormal,
3752 InvokeInst(Ty, Func, IfNormal, IfException, Args, None, NumOperands,
3756 static InvokeInst *Create(FunctionType *Ty, Value *Func, BasicBlock *IfNormal,
3766 InvokeInst(Ty, Func, IfNormal, IfException, Args, Bundles, NumOperands,
3770 static InvokeInst *Create(FunctionType *Ty, Value *Func, BasicBlock *IfNormal,
3775 InvokeInst(Ty, Func, IfNormal, IfException, Args, None, NumOperands,
3779 static InvokeInst *Create(FunctionType *Ty, Value *Func, BasicBlock *IfNormal,
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DInstructions.cpp818 void InvokeInst::init(FunctionType *FTy, Value *Fn, BasicBlock *IfNormal, in init() argument
827 setNormalDest(IfNormal); in init()