Home | History | Annotate | Download | only in VMCore

Lines Matching refs:IndirectBrInst

3235 //                        IndirectBrInst Implementation
3238 void IndirectBrInst::init(Value *Address, unsigned NumDests) {
3252 void IndirectBrInst::growOperands() {
3265 IndirectBrInst::IndirectBrInst(Value *Address, unsigned NumCases,
3272 IndirectBrInst::IndirectBrInst(Value *Address, unsigned NumCases,
3279 IndirectBrInst::IndirectBrInst(const IndirectBrInst &IBI)
3289 IndirectBrInst::~IndirectBrInst() {
3295 void IndirectBrInst::addDestination(BasicBlock *DestBB) {
3307 void IndirectBrInst::removeDestination(unsigned idx) {
3321 BasicBlock *IndirectBrInst::getSuccessorV(unsigned idx) const {
3324 unsigned IndirectBrInst::getNumSuccessorsV() const {
3327 void IndirectBrInst::setSuccessorV(unsigned idx, BasicBlock *B) {
3491 IndirectBrInst *IndirectBrInst::clone_impl() const {
3492 return new IndirectBrInst(*this);