Searched refs:ModId (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | ModuleSummaryIndex.cpp | 238 auto NodeId = [](uint64_t ModId, GlobalValue::GUID Id) { in exportToDot() argument 239 return ModId == (uint64_t)-1 ? std::to_string(Id) in exportToDot() 240 : std::string("M") + std::to_string(ModId) + in exportToDot() 266 auto ModId = getModuleId(ModIt.first()); in exportToDot() local 268 OS << " subgraph cluster_" << std::to_string(ModId) << " {\n"; in exportToDot() 277 CrossModuleEdges.push_back({ModId, Hotness, IdFrom, IdTo}); in exportToDot() 280 DrawEdge(" ", ModId, IdFrom, ModId, IdTo, Hotness); in exportToDot() 284 NodeMap[SummaryIt.first].push_back(ModId); in exportToDot() 303 OS << " " << NodeId(ModId, SummaryIt.first) << " " << A.getAsString() in exportToDot()
|
/external/llvm/include/llvm/IR/ |
D | ModuleSummaryIndex.h | 465 addModulePath(StringRef ModPath, uint64_t ModId, 469 std::make_pair(ModId, Hash))).first;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | ModuleSummaryIndex.h | 1047 ModuleInfo *addModule(StringRef ModPath, uint64_t ModId, 1049 return &*ModulePathStringTable.insert({ModPath, {ModId, Hash}}).first;
|