Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp189 std::vector<ImportModule> ImportModulesVector; in computeLTOCacheKey() local
190 ImportModulesVector.reserve(ImportList.size()); in computeLTOCacheKey()
194 ImportModulesVector.push_back({It, Index.getModule(It->getFirst())}); in computeLTOCacheKey()
198 llvm::sort(ImportModulesVector, in computeLTOCacheKey()
202 for (const ImportModule &Entry : ImportModulesVector) { in computeLTOCacheKey()
277 for (const ImportModule &ImpM : ImportModulesVector) in computeLTOCacheKey()