Searched refs:IfNormal (Results 1 – 2 of 2) sorted by relevance
/external/llvm/include/llvm/ |
D | Instructions.h | 2837 void init(Value *Func, BasicBlock *IfNormal, BasicBlock *IfException, 2843 inline InvokeInst(Value *Func, BasicBlock *IfNormal, BasicBlock *IfException, 2850 inline InvokeInst(Value *Func, BasicBlock *IfNormal, BasicBlock *IfException, 2857 BasicBlock *IfNormal, BasicBlock *IfException, 2861 return new(Values) InvokeInst(Func, IfNormal, IfException, Args, 2865 BasicBlock *IfNormal, BasicBlock *IfException, 2869 return new(Values) InvokeInst(Func, IfNormal, IfException, Args, 3040 BasicBlock *IfNormal, BasicBlock *IfException, 3048 init(Func, IfNormal, IfException, Args, NameStr); 3051 BasicBlock *IfNormal, BasicBlock *IfException, [all …]
|
/external/llvm/lib/VMCore/ |
D | Instructions.cpp | 513 void InvokeInst::init(Value *Fn, BasicBlock *IfNormal, BasicBlock *IfException, in init() argument 517 Op<-2>() = IfNormal; in init()
|