Searched refs:IfException (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Instructions.h | 3730 BasicBlock *IfException, ArrayRef<Value *> Args, 3735 BasicBlock *IfException, ArrayRef<Value *> Args, 3740 BasicBlock *IfException, ArrayRef<Value *> Args, 3808 IfException, Args, None, NameStr, InsertBefore); 3817 IfException, Args, Bundles, NameStr, InsertBefore); 3824 IfException, Args, NameStr, InsertAtEnd); 3832 IfException, Args, Bundles, NameStr, InsertAtEnd); 3895 BasicBlock *IfException, ArrayRef<Value *> Args, 3901 init(Ty, Func, IfNormal, IfException, Args, Bundles, NameStr); 3905 BasicBlock *IfException, ArrayRef<Value *> Args, [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Instructions.cpp | 825 BasicBlock *IfException, ArrayRef<Value *> Args, in init() argument 849 setUnwindDest(IfException); in init()
|