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

Declarations

lib/Target/ARM/ARMBasicBlockInfo.h
  144   bool isBBInRange(MachineInstr *MI, MachineBasicBlock *DestBB,

References

lib/Target/ARM/ARMConstantIslandPass.cpp
 1608   if (BBUtils->isBBInRange(MI, DestBB, Br.MaxDisp))
 1682       if (BBUtils->isBBInRange(MI, NewDest, Br.MaxDisp)) {
 1843       if (BBUtils->isBBInRange(Br.MI, DestBB, MaxOffs)) {
 1908         !BBUtils->isBBInRange(Br.MI, DestBB, 4094))
lib/Target/ARM/ARMLowOverheadLoops.cpp
  332       !BBUtils->isBBInRange(End, ML->getHeader(), 4094)) {
  339        !BBUtils->isBBInRange(Start, Start->getOperand(1).getMBB(), 4094))) {
  370   unsigned BrOpc = BBUtils->isBBInRange(MI, DestBB, 254) ?
  429   unsigned BrOpc = BBUtils->isBBInRange(MI, DestBB, 254) ?