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

References

lib/CodeGen/SelectionDAG/ResourcePriorityQueue.cpp
  536   for (SDNode *N = SU->getNode(); N; N = N->getGluedNode())
  536   for (SDNode *N = SU->getNode(); N; N = N->getGluedNode())
  536   for (SDNode *N = SU->getNode(); N; N = N->getGluedNode())
  537     if (N->isMachineOpcode()) {
  538       const MCInstrDesc &TID = TII->get(N->getMachineOpcode());
  540       if (N->getMachineOpcode() == TargetOpcode::IMPLICIT_DEF) {
  544       NodeNumDefs = std::min(N->getNumValues(), TID.getNumDefs());
  547       switch(N->getOpcode()) {