Home
last modified time | relevance | path

Searched refs:ModIt (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/IR/
H A DModuleSummaryIndex.cpp381 for (auto &ModIt : ModuleToDefinedGVS) { in exportToDot() local
382 auto ModId = getModuleId(ModIt.first()); in exportToDot()
383 OS << " // Module: " << ModIt.first() << "\n"; in exportToDot()
387 OS << " label = \"" << sys::path::filename(ModIt.first()) << "\";\n"; in exportToDot()
390 auto &GVSMap = ModIt.second; in exportToDot()