Home | History | Annotate | Download | only in Utils

Lines Matching defs:BBI

208     for (const Instruction &BBI : *BB)
209 if (isInterestingInstruction(&BBI))
210 InstNumbers[&BBI] = InstNo++;
758 BasicBlock::iterator BBI = BB->begin();
759 while ((SomePHI = dyn_cast<PHINode>(BBI++)) &&