Searched refs:ImportModulesVector (Results 1 – 1 of 1) sorted by relevance
169 std::vector<ImportMapIteratorTy> ImportModulesVector; in computeLTOCacheKey() local170 ImportModulesVector.reserve(ImportList.size()); in computeLTOCacheKey()174 ImportModulesVector.push_back(It); in computeLTOCacheKey()176 llvm::sort(ImportModulesVector, in computeLTOCacheKey()179 for (const ImportMapIteratorTy &EntryIt : ImportModulesVector) { in computeLTOCacheKey()