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

References

lib/Transforms/Instrumentation/InstrProfiling.cpp
  498   ProfileDataMap.clear();
  587   auto It = ProfileDataMap.find(Name);
  588   if (It == ProfileDataMap.end()) {
  591     ProfileDataMap[Name] = PD;
  598   auto It = ProfileDataMap.find(Name);
  599   assert(It != ProfileDataMap.end() && It->second.DataVar &&
  735   auto It = ProfileDataMap.find(NamePtr);
  737   if (It != ProfileDataMap.end()) {
  849   ProfileDataMap[NamePtr] = PD;
  874   for (auto &PD : ProfileDataMap) {