Home | History | Annotate | Download | only in PowerPC

Lines Matching defs:BI

455     if (BranchInst *BI = dyn_cast<BranchInst>(TI)) {
456 if (!BI->isConditional())
459 CountedExitBranch = BI;
546 MachineBasicBlock::iterator BI = I;
570 if (I != BI && clobbersCTR(I)) {
574 BI->getParent()->getNumber() << " (" <<
575 BI->getParent()->getFullName() << ") instruction " <<
576 *BI << "\n");
591 BI->getParent()->getNumber() << " (" <<
592 BI->getParent()->getFullName() << ") instruction " <<
593 *BI << "\n");