Lines Matching refs:IndirectBrInst
3695 void IndirectBrInst::init(Value *Address, unsigned NumDests) { in init()
3709 void IndirectBrInst::growOperands() { in growOperands()
3717 IndirectBrInst::IndirectBrInst(Value *Address, unsigned NumCases, in IndirectBrInst() function in IndirectBrInst
3724 IndirectBrInst::IndirectBrInst(Value *Address, unsigned NumCases, in IndirectBrInst() function in IndirectBrInst
3731 IndirectBrInst::IndirectBrInst(const IndirectBrInst &IBI) in IndirectBrInst() function in IndirectBrInst
3744 void IndirectBrInst::addDestination(BasicBlock *DestBB) { in addDestination()
3756 void IndirectBrInst::removeDestination(unsigned idx) { in removeDestination()
3770 BasicBlock *IndirectBrInst::getSuccessorV(unsigned idx) const { in getSuccessorV()
3773 unsigned IndirectBrInst::getNumSuccessorsV() const { in getNumSuccessorsV()
3776 void IndirectBrInst::setSuccessorV(unsigned idx, BasicBlock *B) { in setSuccessorV()
3947 IndirectBrInst *IndirectBrInst::cloneImpl() const { in cloneImpl()
3948 return new IndirectBrInst(*this); in cloneImpl()