Home | History | Annotate | Download | only in IR

Lines Matching refs:IndirectBrInst

3458 //                        IndirectBrInst Implementation
3461 void IndirectBrInst::init(Value *Address, unsigned NumDests) {
3475 void IndirectBrInst::growOperands() {
3488 IndirectBrInst::IndirectBrInst(Value *Address, unsigned NumCases,
3495 IndirectBrInst::IndirectBrInst(Value *Address, unsigned NumCases,
3502 IndirectBrInst::IndirectBrInst(const IndirectBrInst &IBI)
3512 IndirectBrInst::~IndirectBrInst() {
3518 void IndirectBrInst::addDestination(BasicBlock *DestBB) {
3530 void IndirectBrInst::removeDestination(unsigned idx) {
3544 BasicBlock *IndirectBrInst::getSuccessorV(unsigned idx) const {
3547 unsigned IndirectBrInst::getNumSuccessorsV() const {
3550 void IndirectBrInst::setSuccessorV(unsigned idx, BasicBlock *B) {
3721 IndirectBrInst *IndirectBrInst::clone_impl() const {
3722 return new IndirectBrInst(*this);