Searched refs:annotationCache (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXUtilities.cpp38 static ManagedStatic<per_module_annot_t> annotationCache; member in namespace:llvm
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)[
[all...]

Completed in 143 milliseconds