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

/external/llvm/include/llvm/
H A DInstructions.h2952 // InvokeInst Class
2955 /// InvokeInst - Invoke instruction. The SubclassData field is used to hold the
2958 class InvokeInst : public TerminatorInst { class in namespace:llvm
2960 InvokeInst(const InvokeInst &BI);
2964 /// Construct an InvokeInst given a range of arguments.
2966 /// @brief Construct an InvokeInst from a range of arguments
2967 inline InvokeInst(Value *Func, BasicBlock *IfNormal, BasicBlock *IfException,
2971 /// Construct an InvokeInst given a range of arguments.
2973 /// @brief Construct an InvokeInst fro
3179 InvokeInst::InvokeInst(Value *Func, function in class:llvm::InvokeInst::InvokeInst
[all...]
/external/llvm/lib/VMCore/
H A DInstructions.cpp36 : cast<InvokeInst>(II)->op_end() - 3; // Skip BB, BB, Callee
516 // InvokeInst Implementation
519 void InvokeInst::init(Value *Fn, BasicBlock *IfNormal, BasicBlock *IfException,
544 InvokeInst::InvokeInst(const InvokeInst &II) function in class:InvokeInst
546 OperandTraits<InvokeInst>::op_end(this)
555 BasicBlock *InvokeInst::getSuccessorV(unsigned idx) const {
558 unsigned InvokeInst::getNumSuccessorsV() const {
561 void InvokeInst
[all...]

Completed in 242 milliseconds