Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/LTO/
H A DLTO.cpp166 std::vector<ImportMapIteratorTy> ImportModulesVector; in computeLTOCacheKey() local
167 ImportModulesVector.reserve(ImportList.size()); in computeLTOCacheKey()
171 ImportModulesVector.push_back(It); in computeLTOCacheKey()
173 llvm::sort(ImportModulesVector, in computeLTOCacheKey()
176 for (const ImportMapIteratorTy &EntryIt : ImportModulesVector) { in computeLTOCacheKey()