Searched refs:ModIt (Results 1 – 2 of 2) sorted by relevance
602 for (auto &ModIt : ModuleToDefinedGVS) { in exportToDot() local605 assert(ModuleIdMap.count(ModIt.first) || ModuleIdMap.empty()); in exportToDot()606 auto ModId = ModuleIdMap.empty() ? 0 : ModuleIdMap[ModIt.first]; in exportToDot()607 OS << " // Module: " << ModIt.first << "\n"; in exportToDot()611 OS << " label = \"" << sys::path::filename(ModIt.first) << "\";\n"; in exportToDot()614 auto &GVSMap = ModIt.second; in exportToDot()
182 ImportMapIteratorTy ModIt; in computeLTOCacheKey() member185 StringRef getIdentifier() const { return ModIt->getFirst(); } in computeLTOCacheKey()187 return ModIt->second; in computeLTOCacheKey()