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

References

lib/CodeGen/MachineCSE.cpp
  456   if (TII->isAsCheapAsAMove(*MI)) {
  541       if (MachineInstr *NewMI = TII->commuteInstruction(*MI)) {
  550           (void)TII->commuteInstruction(*MI);
  832             TII->duplicate(*CMBB, CMBB->getFirstTerminator(), *MI);
  885   TII = MF.getSubtarget().getInstrInfo();
  891   LookAheadLimit = TII->getMachineCSELookAheadLimit();