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

References

lib/CodeGen/ExpandPostRAPseudos.cpp
   98     MI->setDesc(TII->get(TargetOpcode::KILL));
  111       MI->setDesc(TII->get(TargetOpcode::KILL));
  119     TII->copyPhysReg(*MBB, MI, MI->getDebugLoc(), DstSubReg, InsReg,
  138     MI->setDesc(TII->get(TargetOpcode::KILL));
  155       MI->setDesc(TII->get(TargetOpcode::KILL));
  165   TII->copyPhysReg(*MI->getParent(), MI, MI->getDebugLoc(),
  186   TII = MF.getSubtarget().getInstrInfo();
  203       if (TII->expandPostRAPseudo(MI)) {