HomeSort by: relevance | last modified time | path
    Searched defs:annotationCache (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
NVPTXUtilities.cpp 38 static ManagedStatic<per_module_annot_t> annotationCache;
43 annotationCache->erase(Mod);
96 if ((*annotationCache).find(m) != (*annotationCache).end())
97 (*annotationCache)[m][gv] = std::move(tmp);
101 (*annotationCache)[m] = std::move(tmp1);
109 if ((*annotationCache).find(m) == (*annotationCache).end())
111 else if ((*annotationCache)[m].find(gv) == (*annotationCache)[m].end()
    [all...]

Completed in 14 milliseconds