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

Overridden By

lib/Target/AArch64/AArch64InstrInfo.cpp
  187 AArch64InstrInfo::getBranchDestBlock(const MachineInstr &MI) const {
lib/Target/AMDGPU/SIInstrInfo.cpp
 1756 MachineBasicBlock *SIInstrInfo::getBranchDestBlock(
lib/Target/AVR/AVRInstrInfo.cpp
  504 AVRInstrInfo::getBranchDestBlock(const MachineInstr &MI) const {
lib/Target/RISCV/RISCVInstrInfo.cpp
  422 RISCVInstrInfo::getBranchDestBlock(const MachineInstr &MI) const {

References

lib/CodeGen/BranchRelaxation.cpp
  442   MachineBasicBlock *DestBB = TII->getBranchDestBlock(MI);
  499       if (MachineBasicBlock *DestBB = TII->getBranchDestBlock(*Last)) {
  516         MachineBasicBlock *DestBB = TII->getBranchDestBlock(MI);