Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DInstructions.h3830 inline InvokeInst(FunctionType *Ty, Value *Func, BasicBlock *IfNormal,
3835 inline InvokeInst(FunctionType *Ty, Value *Func, BasicBlock *IfNormal,
3840 void init(FunctionType *Ty, Value *Func, BasicBlock *IfNormal,
3858 static InvokeInst *Create(FunctionType *Ty, Value *Func, BasicBlock *IfNormal,
3864 InvokeInst(Ty, Func, IfNormal, IfException, Args, std::nullopt,
3868 static InvokeInst *Create(FunctionType *Ty, Value *Func, BasicBlock *IfNormal,
3878 InvokeInst(Ty, Func, IfNormal, IfException, Args, Bundles, NumOperands,
3882 static InvokeInst *Create(FunctionType *Ty, Value *Func, BasicBlock *IfNormal,
3887 InvokeInst(Ty, Func, IfNormal, IfException, Args, std::nullopt,
3891 static InvokeInst *Create(FunctionType *Ty, Value *Func, BasicBlock *IfNormal,
[all …]
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DInstructions.cpp965 void InvokeInst::init(FunctionType *FTy, Value *Fn, BasicBlock *IfNormal, in init() argument
989 setNormalDest(IfNormal); in init()