Home | History | Annotate | Download | only in Reader

Lines Matching refs:IBI

5070       IndirectBrInst *IBI = IndirectBrInst::Create(Address, NumDests);
5071 InstructionList.push_back(IBI);
5074 IBI->addDestination(DestBB);
5076 delete IBI;
5080 I = IBI;