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

References

lib/Target/ARM/ARMConstantIslandPass.cpp
 1649   MachineInstr *MI = Br.MI;
 1673         BMI->getOpcode() == Br.UncondBr) {
 1682       if (BBUtils->isBBInRange(MI, NewDest, Br.MaxDisp)) {
 1719   Br.MI = &MBB->back();
 1722     BuildMI(MBB, DebugLoc(), TII->get(Br.UncondBr))
 1726     BuildMI(MBB, DebugLoc(), TII->get(Br.UncondBr)).addMBB(DestBB);
 1728   unsigned MaxDisp = getUnconditionalBrDisp(Br.UncondBr);
 1729   ImmBranches.push_back(ImmBranch(&MBB->back(), MaxDisp, false, Br.UncondBr));