Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DModuleSummaryIndex.cpp613 for (auto &ModIt : ModuleToDefinedGVS) { in exportToDot() local
616 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()