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

References

lib/Target/X86/X86AvoidStoreForwardingBlocks.cpp
  312   MachineOperand &Base = getBaseOperand(MI);
  388   MachineOperand &LoadBase = getBaseOperand(LoadInst);
  389   MachineOperand &StoreBase = getBaseOperand(StoreInst);
  407     getBaseOperand(NewLoad).setIsKill(false);
  428     getBaseOperand(NewStore).setIsKill(false);
  498   MachineOperand &LoadBase = getBaseOperand(LoadInst);
  499   MachineOperand &StoreBase = getBaseOperand(StoreInst);
  511     getBaseOperand(LastLoad).setIsKill(LoadBase.isKill());
  517     getBaseOperand(StInst->getPrevNode()).setIsKill(StoreBase.isKill());
  618   MachineOperand &LoadBase = getBaseOperand(LoadInst);
  619   MachineOperand &StoreBase = getBaseOperand(StoreInst);