Searched refs:ExportedGUIDs (Results  1 – 4 of 4) sorted by relevance
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ | 
| D | WholeProgramDevirt.cpp | 587   std::set<GlobalValue::GUID> &ExportedGUIDs;  member597       std::set<GlobalValue::GUID> &ExportedGUIDs,  in DevirtIndex()
 599       : ExportSummary(ExportSummary), ExportedGUIDs(ExportedGUIDs),  in DevirtIndex()
 707     ModuleSummaryIndex &Summary, std::set<GlobalValue::GUID> &ExportedGUIDs,  in runWholeProgramDevirtOnIndex()  argument
 709   DevirtIndex(Summary, ExportedGUIDs, LocalWPDTargetsMap).run();  in runWholeProgramDevirtOnIndex()
 1017     ExportedGUIDs.insert(TheFn.getGUID());  in trySingleImplDevirt()
 
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ | 
| D | LTO.cpp | 1300   std::set<GlobalValue::GUID> ExportedGUIDs;  in runThinLTO()  local1306   runWholeProgramDevirtOnIndex(ThinLTO.CombinedIndex, ExportedGUIDs,  in runThinLTO()
 1327       ExportedGUIDs.insert(GUID);  in runThinLTO()
 1333     ExportedGUIDs.insert(  in runThinLTO()
 1339            ExportedGUIDs.count(VI.getGUID());  in runThinLTO()
 
 | 
| D | ThinLTOCodeGenerator.cpp | 977   std::set<GlobalValue::GUID> ExportedGUIDs;  in run()  local978   runWholeProgramDevirtOnIndex(*Index, ExportedGUIDs, LocalWPDTargetsMap);  in run()
 979   for (auto GUID : ExportedGUIDs)  in run()
 
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/ | 
| D | WholeProgramDevirt.h | 247     ModuleSummaryIndex &Summary, std::set<GlobalValue::GUID> &ExportedGUIDs,
 |