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

References

lib/Target/ARM/ARMConstantIslandPass.cpp
 1673         BMI->getOpcode() == Br.UncondBr) {
 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));