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

References

lib/CodeGen/AggressiveAntiDepBreaker.cpp
  268        P != PE; ++P) {
  268        P != PE; ++P) {
  269     if ((P->getKind() == SDep::Anti) || (P->getKind() == SDep::Output)) {
  269     if ((P->getKind() == SDep::Anti) || (P->getKind() == SDep::Output)) {
  270       if (RegSet.insert(P->getReg()).second)
  271         Edges.push_back(&*P);