Home
last modified time | relevance | path

Searched refs:StructMetadataCache (Results 1 – 2 of 2) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCodeGenTBAA.cpp414 if (llvm::MDNode *N = StructMetadataCache[Ty]) in getTBAAStructInfo()
422 return StructMetadataCache[Ty] = nullptr; in getTBAAStructInfo()
HDCodeGenTBAA.h136 llvm::DenseMap<const Type *, llvm::MDNode *> StructMetadataCache; variable