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

References

include/llvm/IR/PassManager.h
  162     PA.PreservedIDs.insert(&AllAnalysesKey);
  186       PreservedIDs.insert(ID);
  198       PreservedIDs.insert(ID);
  218     PreservedIDs.erase(ID);
  236       PreservedIDs.erase(ID);
  239     for (auto ID : PreservedIDs)
  240       if (!Arg.PreservedIDs.count(ID))
  241         PreservedIDs.erase(ID);
  258       PreservedIDs.erase(ID);
  261     for (auto ID : PreservedIDs)
  262       if (!Arg.PreservedIDs.count(ID))
  263         PreservedIDs.erase(ID);
  286       return !IsAbandoned && (PA.PreservedIDs.count(&AllAnalysesKey) ||
  287                               PA.PreservedIDs.count(ID));
  302       return !IsAbandoned && (PA.PreservedIDs.count(&AllAnalysesKey) ||
  303                               PA.PreservedIDs.count(SetID));
  331            PreservedIDs.count(&AllAnalysesKey);
  346            (PreservedIDs.count(&AllAnalysesKey) || PreservedIDs.count(SetID));
  346            (PreservedIDs.count(&AllAnalysesKey) || PreservedIDs.count(SetID));