Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp197 DenseMap<StringRef, unsigned> ModuleToNumImports; in computeLTOCacheKey() local
199 ++ModuleToNumImports[FromModule]; in computeLTOCacheKey()
210 AddUint64(ModuleToNumImports[FromModule]); in computeLTOCacheKey()