Home | History | Annotate | Download | only in IR

Lines Matching refs:IndirectBrInst

3368 //                        IndirectBrInst Implementation
3371 void IndirectBrInst::init(Value *Address, unsigned NumDests) {
3385 void IndirectBrInst::growOperands() {
3398 IndirectBrInst::IndirectBrInst(Value *Address, unsigned NumCases,
3405 IndirectBrInst::IndirectBrInst(Value *Address, unsigned NumCases,
3412 IndirectBrInst::IndirectBrInst(const IndirectBrInst &IBI)
3422 IndirectBrInst::~IndirectBrInst() {
3428 void IndirectBrInst::addDestination(BasicBlock *DestBB) {
3440 void IndirectBrInst::removeDestination(unsigned idx) {
3454 BasicBlock *IndirectBrInst::getSuccessorV(unsigned idx) const {
3457 unsigned IndirectBrInst::getNumSuccessorsV() const {
3460 void IndirectBrInst::setSuccessorV(unsigned idx, BasicBlock *B) {
3624 IndirectBrInst *IndirectBrInst::clone_impl() const {
3625 return new IndirectBrInst(*this);