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

References

lib/Target/NVPTX/NVPTXUtilities.cpp
  123   if ((*annotationCache).find(m) == (*annotationCache).end())
  124     cacheAnnotationFromMD(m, gv);
  125   else if ((*annotationCache)[m].find(gv) == (*annotationCache)[m].end())
  125   else if ((*annotationCache)[m].find(gv) == (*annotationCache)[m].end())
  126     cacheAnnotationFromMD(m, gv);
  127   if ((*annotationCache)[m][gv].find(prop) == (*annotationCache)[m][gv].end())
  127   if ((*annotationCache)[m][gv].find(prop) == (*annotationCache)[m][gv].end())
  129   retval = (*annotationCache)[m][gv][prop];