Searched refs:ImportModulesVector (Results 1 – 1 of 1) sorted by relevance
165 std::vector<ImportMapIteratorTy> ImportModulesVector; in computeLTOCacheKey() local166 ImportModulesVector.reserve(ImportList.size()); in computeLTOCacheKey()170 ImportModulesVector.push_back(It); in computeLTOCacheKey()172 llvm::sort(ImportModulesVector, in computeLTOCacheKey()175 for (const ImportMapIteratorTy &EntryIt : ImportModulesVector) { in computeLTOCacheKey()