Home | History | Annotate | Download | only in Utils

Lines Matching refs:IBI

227   if (IndirectBrInst *IBI = dyn_cast<IndirectBrInst>(T)) {
230 dyn_cast<BlockAddress>(IBI->getAddress()->stripPointerCasts())) {
235 for (unsigned i = 0, e = IBI->getNumDestinations(); i != e; ++i) {
236 if (IBI->getDestination(i) == TheOnlyDest)
239 IBI->getDestination(i)->removePredecessor(IBI->getParent());
241 Value *Address = IBI->getAddress();
242 IBI->eraseFromParent();
246 // If we didn't find our destination in the IBI successor list, then we