Searched defs:IfNormal (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/IR/
H A DInstructions.cpp531 void InvokeInst::init(Value *Fn, BasicBlock *IfNormal, BasicBlock *IfException, argument
/freebsd-10.2-release/contrib/llvm/include/llvm/IR/
H A DInstructions.h2863 Create(Value *Func, BasicBlock *IfNormal, BasicBlock *IfException, ArrayRef<Value *> Args, const Twine &NameStr = �, Instruction *InsertBefore = 0) argument
2871 Create(Value *Func, BasicBlock *IfNormal, BasicBlock *IfException, ArrayRef<Value *> Args, const Twine &NameStr, BasicBlock *InsertAtEnd) argument
3069 InvokeInst(Value *Func, BasicBlock *IfNormal, BasicBlock *IfException, ArrayRef<Value *> Args, unsigned Values, const Twine &NameStr, BasicBlock *InsertAtEnd) argument
[all...]

Completed in 113 milliseconds