Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenTBAA.cpp345 return BaseTypeMetadataCache[Ty] = nullptr; in getBaseTypeInfoHelper()
357 return BaseTypeMetadataCache[Ty] = nullptr; in getBaseTypeInfoHelper()
381 return BaseTypeMetadataCache[Ty] = nullptr; in getBaseTypeInfoHelper()
421 if (llvm::MDNode *N = BaseTypeMetadataCache[Ty]) in getBaseTypeInfo()
428 return BaseTypeMetadataCache[Ty] = TypeNode; in getBaseTypeInfo()
H A DCodeGenTBAA.h130 llvm::DenseMap<const Type *, llvm::MDNode *> BaseTypeMetadataCache; variable