Searched refs:IfNormal (Results 1 – 4 of 4) sorted by relevance
/external/llvm/include/llvm/IR/ |
D | Instructions.h | 3396 void init(Value *Func, BasicBlock *IfNormal, BasicBlock *IfException, 3401 Func, IfNormal, IfException, Args, Bundles, NameStr); 3403 void init(FunctionType *FTy, Value *Func, BasicBlock *IfNormal, 3410 inline InvokeInst(Value *Func, BasicBlock *IfNormal, BasicBlock *IfException, 3416 Func, IfNormal, IfException, Args, Bundles, Values, NameStr, 3419 inline InvokeInst(FunctionType *Ty, Value *Func, BasicBlock *IfNormal, 3426 inline InvokeInst(Value *Func, BasicBlock *IfNormal, BasicBlock *IfException, 3440 static InvokeInst *Create(Value *Func, BasicBlock *IfNormal, 3446 Func, IfNormal, IfException, Args, None, NameStr, 3449 static InvokeInst *Create(Value *Func, BasicBlock *IfNormal, [all …]
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Instructions.h | 2665 void init(Value *Func, BasicBlock *IfNormal, BasicBlock *IfException, 2671 inline InvokeInst(Value *Func, BasicBlock *IfNormal, BasicBlock *IfException, 2678 inline InvokeInst(Value *Func, BasicBlock *IfNormal, BasicBlock *IfException, 2685 BasicBlock *IfNormal, BasicBlock *IfException, 2689 return new(Values) InvokeInst(Func, IfNormal, IfException, Args, 2693 BasicBlock *IfNormal, BasicBlock *IfException, 2697 return new(Values) InvokeInst(Func, IfNormal, IfException, Args, 2868 BasicBlock *IfNormal, BasicBlock *IfException, 2876 init(Func, IfNormal, IfException, Args, NameStr); 2879 BasicBlock *IfNormal, BasicBlock *IfException, [all …]
|
/external/swiftshader/third_party/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()
|
/external/llvm/lib/IR/ |
D | Instructions.cpp | 635 void InvokeInst::init(FunctionType *FTy, Value *Fn, BasicBlock *IfNormal, in init() argument 644 Op<-2>() = IfNormal; in init()
|