Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DModuleSummaryIndex.cpp414 std::map<StringRef, GVSOrderedMapTy> ModuleToDefinedGVS; in exportToDot() local
415 collectDefinedGVSummariesPerModule(ModuleToDefinedGVS); in exportToDot()
452 for (auto &ModIt : ModuleToDefinedGVS) { in exportToDot()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DModuleSummaryIndex.cpp542 std::map<StringRef, GVSOrderedMapTy> ModuleToDefinedGVS; in exportToDot() local
543 collectDefinedGVSummariesPerModule(ModuleToDefinedGVS); in exportToDot()
579 for (auto &ModIt : ModuleToDefinedGVS) { in exportToDot()