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

References

lib/Target/Sparc/DelaySlotFiller.cpp
  234   if (candidate->isImplicitDef() || candidate->isKill())
  234   if (candidate->isImplicitDef() || candidate->isKill())
  237   if (candidate->mayLoad()) {
  243   if (candidate->mayStore()) {
  251   for (unsigned i = 0, e = candidate->getNumOperands(); i!= e; ++i) {
  252     const MachineOperand &MO = candidate->getOperand(i);
  270   unsigned Opcode = candidate->getOpcode();