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

/external/llvm/include/llvm/
H A DInstructions.h2828 // InvokeInst Class
2831 /// InvokeInst - Invoke instruction. The SubclassData field is used to hold the
2834 class InvokeInst : public TerminatorInst { class in namespace:llvm
2836 InvokeInst(const InvokeInst &BI);
2840 /// Construct an InvokeInst given a range of arguments.
2842 /// @brief Construct an InvokeInst from a range of arguments
2843 inline InvokeInst(Value *Func, BasicBlock *IfNormal, BasicBlock *IfException,
2847 /// Construct an InvokeInst given a range of arguments.
2849 /// @brief Construct an InvokeInst fro
3050 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
510 // InvokeInst Implementation
513 void InvokeInst::init(Value *Fn, BasicBlock *IfNormal, BasicBlock *IfException,
538 InvokeInst::InvokeInst(const InvokeInst &II) function in class:InvokeInst
540 OperandTraits<InvokeInst>::op_end(this)
549 BasicBlock *InvokeInst::getSuccessorV(unsigned idx) const {
552 unsigned InvokeInst::getNumSuccessorsV() const {
555 void InvokeInst
[all...]

Completed in 114 milliseconds