Searched refs:ModIt (Results 1 – 1 of 1) sorted by relevance
613 for (auto &ModIt : ModuleToDefinedGVS) { in exportToDot() local616 assert(ModuleIdMap.count(ModIt.first) || ModuleIdMap.empty()); in exportToDot()617 auto ModId = ModuleIdMap.empty() ? 0 : ModuleIdMap[ModIt.first]; in exportToDot()618 OS << " // Module: " << ModIt.first << "\n"; in exportToDot()622 OS << " label = \"" << sys::path::filename(ModIt.first) << "\";\n"; in exportToDot()625 auto &GVSMap = ModIt.second; in exportToDot()