Home | History | Annotate | Download | only in Utils

Lines Matching refs:IBI

246   if (IndirectBrInst *IBI = dyn_cast<IndirectBrInst>(T)) {
249 dyn_cast<BlockAddress>(IBI->getAddress()->stripPointerCasts())) {
254 for (unsigned i = 0, e = IBI->getNumDestinations(); i != e; ++i) {
255 if (IBI->getDestination(i) == TheOnlyDest)
258 IBI->getDestination(i)->removePredecessor(IBI->getParent());
260 Value *Address = IBI->getAddress();
261 IBI->eraseFromParent();
265 // If we didn't find our destination in the IBI successor list, then we