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

Declarations

lib/Target/AMDGPU/AMDILCFGStructurizer.cpp
  236   static MachineBasicBlock *getTrueBranch(MachineInstr *MI);

References

lib/Target/AMDGPU/AMDILCFGStructurizer.cpp
  566   MachineBasicBlock *TrueBranch = getTrueBranch(MI);
  674       getTrueBranch(BranchMI) == OldMBB)
  948   MachineBasicBlock *TrueMBB = getTrueBranch(BranchMI);
 1451   MachineBasicBlock *TrueBranch = getTrueBranch(BranchMI);
 1474     MachineBasicBlock *TrueBranch = getTrueBranch(MI);