Searched refs:IfException (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Instructions.h | 3679 BasicBlock *IfException, ArrayRef<Value *> Args, 3684 BasicBlock *IfException, ArrayRef<Value *> Args, 3689 BasicBlock *IfException, ArrayRef<Value *> Args, 3707 BasicBlock *IfException, ArrayRef<Value *> Args, 3712 InvokeInst(Ty, Func, IfNormal, IfException, Args, None, NumOperands, 3717 BasicBlock *IfException, ArrayRef<Value *> Args, 3726 InvokeInst(Ty, Func, IfNormal, IfException, Args, Bundles, NumOperands, 3731 BasicBlock *IfException, ArrayRef<Value *> Args, 3735 InvokeInst(Ty, Func, IfNormal, IfException, Args, None, NumOperands, 3740 BasicBlock *IfException, ArrayRef<Value *> Args, [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Instructions.cpp | 717 BasicBlock *IfException, ArrayRef<Value *> Args, in init() argument 726 setUnwindDest(IfException); in init()
|