reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/ARM/ARMLowOverheadLoops.cpp
  360   LLVM_DEBUG(dbgs() << "ARM Loops: Reverting to cmp: " << *MI);
  361   MachineBasicBlock *MBB = MI->getParent();
  362   MachineInstrBuilder MIB = BuildMI(*MBB, MI, MI->getDebugLoc(),
  362   MachineInstrBuilder MIB = BuildMI(*MBB, MI, MI->getDebugLoc(),
  364   MIB.add(MI->getOperand(0));
  369   MachineBasicBlock *DestBB = MI->getOperand(1).getMBB();
  370   unsigned BrOpc = BBUtils->isBBInRange(MI, DestBB, 254) ?
  373   MIB = BuildMI(*MBB, MI, MI->getDebugLoc(), TII->get(BrOpc));
  373   MIB = BuildMI(*MBB, MI, MI->getDebugLoc(), TII->get(BrOpc));
  374   MIB.add(MI->getOperand(1));   // branch target
  377   MI->eraseFromParent();