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

References

include/llvm/IR/ModuleSummaryIndexYAML.h
  209     if (Key.getAsInteger(0, KeyInt)) {
  213     if (!V.count(KeyInt))
  214       V.emplace(KeyInt, /*IsAnalysis=*/false);
  215     auto &Elem = V.find(KeyInt)->second;