Searched refs:ImportModulesVector (Results 1 – 1 of 1) sorted by relevance
166 std::vector<ImportMapIteratorTy> ImportModulesVector; in computeLTOCacheKey() local167 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()