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

References

lib/CodeGen/SelectionDAG/ResourcePriorityQueue.cpp
  434   for (SDNode *N = SU->getNode(); N; N = N->getGluedNode()) {
  434   for (SDNode *N = SU->getNode(); N; N = N->getGluedNode()) {
  434   for (SDNode *N = SU->getNode(); N; N = N->getGluedNode()) {
  435     if (N->isMachineOpcode()) {
  436       const MCInstrDesc &TID = TII->get(N->getMachineOpcode());
  438         ResCount += (PriorityTwo + (ScaleThree*N->getNumValues()));
  441       switch (N->getOpcode()) {