Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenTBAA.cpp323 if (llvm::MDNode *N = StructMetadataCache[Ty]) in getTBAAStructInfo()
331 return StructMetadataCache[Ty] = nullptr; in getTBAAStructInfo()
H A DCodeGenTBAA.h136 llvm::DenseMap<const Type *, llvm::MDNode *> StructMetadataCache; variable