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

References

lib/Target/AMDGPU/SIInsertSkips.cpp
  430   const GCNSubtarget &ST = MF.getSubtarget<GCNSubtarget>();
  445   for (MachineFunction::iterator BI = MF.begin(), BE = MF.end();
  445   for (MachineFunction::iterator BI = MF.begin(), BE = MF.end();
  496             BE = MF.end();
  507         assert(!MF.getInfo<SIMachineFunctionInfo>()->returnsVoid());
  511         if (BI != --MF.end() || I != MBB.getFirstTerminator()) {
  515             EmptyMBBAtEnd = MF.CreateMachineBasicBlock();
  516             MF.insert(MF.end(), EmptyMBBAtEnd);
  516             MF.insert(MF.end(), EmptyMBBAtEnd);