Searched refs:ExportedGUIDs (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | WholeProgramDevirt.cpp | 587 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/ |
D | WholeProgramDevirt.h | 255 ModuleSummaryIndex &Summary, std::set<GlobalValue::GUID> &ExportedGUIDs,
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/ |
D | WholeProgramDevirt.h | 247 ModuleSummaryIndex &Summary, std::set<GlobalValue::GUID> &ExportedGUIDs,
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
D | LTO.cpp | 1300 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()
|
D | ThinLTOCodeGenerator.cpp | 977 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/ |
D | WholeProgramDevirt.cpp | 642 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/ |
D | LTO.cpp | 1380 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()
|
D | ThinLTOCodeGenerator.cpp | 1016 std::set<GlobalValue::GUID> ExportedGUIDs; in run() local 1017 runWholeProgramDevirtOnIndex(*Index, ExportedGUIDs, LocalWPDTargetsMap); in run() 1018 for (auto GUID : ExportedGUIDs) in run()
|