Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DModuleSummaryIndex.cpp265 for (auto &ModIt : ModuleToDefinedGVS) { in exportToDot() local
266 auto ModId = getModuleId(ModIt.first()); in exportToDot()
267 OS << " // Module: " << ModIt.first() << "\n"; in exportToDot()
271 OS << " label = \"" << sys::path::filename(ModIt.first()) << "\";\n"; in exportToDot()
274 auto &GVSMap = ModIt.second; in exportToDot()