Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DInstructions.h2974 void init(Value *Func, BasicBlock *IfNormal, BasicBlock *IfException,
2980 inline InvokeInst(Value *Func, BasicBlock *IfNormal, BasicBlock *IfException,
2987 inline InvokeInst(Value *Func, BasicBlock *IfNormal, BasicBlock *IfException,
2994 BasicBlock *IfNormal, BasicBlock *IfException,
2998 return new(Values) InvokeInst(Func, IfNormal, IfException, Args,
3002 BasicBlock *IfNormal, BasicBlock *IfException,
3006 return new(Values) InvokeInst(Func, IfNormal, IfException, Args,
3215 BasicBlock *IfNormal, BasicBlock *IfException,
3223 init(Func, IfNormal, IfException, Args, NameStr);
3226 BasicBlock *IfNormal, BasicBlock *IfException,
[all …]
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DInstructions.cpp532 void InvokeInst::init(Value *Fn, BasicBlock *IfNormal, BasicBlock *IfException, in init() argument
536 Op<-2>() = IfNormal; in init()