Lines Matching refs:IndirectBrInst
3414 void IndirectBrInst::init(Value *Address, unsigned NumDests) { in init()
3428 void IndirectBrInst::growOperands() { in growOperands()
3441 IndirectBrInst::IndirectBrInst(Value *Address, unsigned NumCases, in IndirectBrInst() function in IndirectBrInst
3448 IndirectBrInst::IndirectBrInst(Value *Address, unsigned NumCases, in IndirectBrInst() function in IndirectBrInst
3455 IndirectBrInst::IndirectBrInst(const IndirectBrInst &IBI) in IndirectBrInst() function in IndirectBrInst
3465 IndirectBrInst::~IndirectBrInst() { in ~IndirectBrInst()
3471 void IndirectBrInst::addDestination(BasicBlock *DestBB) { in addDestination()
3483 void IndirectBrInst::removeDestination(unsigned idx) { in removeDestination()
3497 BasicBlock *IndirectBrInst::getSuccessorV(unsigned idx) const { in getSuccessorV()
3500 unsigned IndirectBrInst::getNumSuccessorsV() const { in getNumSuccessorsV()
3503 void IndirectBrInst::setSuccessorV(unsigned idx, BasicBlock *B) { in setSuccessorV()
3674 IndirectBrInst *IndirectBrInst::clone_impl() const { in clone_impl()
3675 return new IndirectBrInst(*this); in clone_impl()