Lines Matching refs:IndirectBrInst
3798 void IndirectBrInst::init(Value *Address, unsigned NumDests) { in init()
3812 void IndirectBrInst::growOperands() { in growOperands()
3820 IndirectBrInst::IndirectBrInst(Value *Address, unsigned NumCases, in IndirectBrInst() function in IndirectBrInst
3827 IndirectBrInst::IndirectBrInst(Value *Address, unsigned NumCases, in IndirectBrInst() function in IndirectBrInst
3834 IndirectBrInst::IndirectBrInst(const IndirectBrInst &IBI) in IndirectBrInst() function in IndirectBrInst
3847 void IndirectBrInst::addDestination(BasicBlock *DestBB) { in addDestination()
3859 void IndirectBrInst::removeDestination(unsigned idx) { in removeDestination()
3873 BasicBlock *IndirectBrInst::getSuccessorV(unsigned idx) const { in getSuccessorV()
3876 unsigned IndirectBrInst::getNumSuccessorsV() const { in getNumSuccessorsV()
3879 void IndirectBrInst::setSuccessorV(unsigned idx, BasicBlock *B) { in setSuccessorV()
4051 IndirectBrInst *IndirectBrInst::cloneImpl() const { in cloneImpl()
4052 return new IndirectBrInst(*this); in cloneImpl()