Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DWholeProgramDevirt.cpp587 std::set<GlobalValue::GUID> &ExportedGUIDs; member
597 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/llvm-project/llvm/include/llvm/Transforms/IPO/
DWholeProgramDevirt.h255 ModuleSummaryIndex &Summary, std::set<GlobalValue::GUID> &ExportedGUIDs,
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/
DWholeProgramDevirt.h247 ModuleSummaryIndex &Summary, std::set<GlobalValue::GUID> &ExportedGUIDs,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTO.cpp1300 std::set<GlobalValue::GUID> ExportedGUIDs; in runThinLTO() local
1306 runWholeProgramDevirtOnIndex(ThinLTO.CombinedIndex, ExportedGUIDs, in runThinLTO()
1327 ExportedGUIDs.insert(GUID); in runThinLTO()
1333 ExportedGUIDs.insert( in runThinLTO()
1339 ExportedGUIDs.count(VI.getGUID()); in runThinLTO()
DThinLTOCodeGenerator.cpp977 std::set<GlobalValue::GUID> ExportedGUIDs; in run() local
978 runWholeProgramDevirtOnIndex(*Index, ExportedGUIDs, LocalWPDTargetsMap); in run()
979 for (auto GUID : ExportedGUIDs) in run()
/external/llvm-project/llvm/lib/Transforms/IPO/
DWholeProgramDevirt.cpp642 std::set<GlobalValue::GUID> &ExportedGUIDs; member
654 std::set<GlobalValue::GUID> &ExportedGUIDs, in DevirtIndex()
656 : ExportSummary(ExportSummary), ExportedGUIDs(ExportedGUIDs), in DevirtIndex()
813 ModuleSummaryIndex &Summary, std::set<GlobalValue::GUID> &ExportedGUIDs, in runWholeProgramDevirtOnIndex() argument
815 DevirtIndex(Summary, ExportedGUIDs, LocalWPDTargetsMap).run(); in runWholeProgramDevirtOnIndex()
1175 ExportedGUIDs.insert(TheFn.getGUID()); in trySingleImplDevirt()
/external/llvm-project/llvm/lib/LTO/
DLTO.cpp1380 std::set<GlobalValue::GUID> ExportedGUIDs; in runThinLTO() local
1391 runWholeProgramDevirtOnIndex(ThinLTO.CombinedIndex, ExportedGUIDs, in runThinLTO()
1412 ExportedGUIDs.insert(GUID); in runThinLTO()
1418 ExportedGUIDs.insert( in runThinLTO()
1424 ExportedGUIDs.count(VI.getGUID()); in runThinLTO()
DThinLTOCodeGenerator.cpp1016 std::set<GlobalValue::GUID> ExportedGUIDs; in run() local
1017 runWholeProgramDevirtOnIndex(*Index, ExportedGUIDs, LocalWPDTargetsMap); in run()
1018 for (auto GUID : ExportedGUIDs) in run()