/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A 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()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/LTO/ |
H A D | LTO.cpp | 1522 std::set<GlobalValue::GUID> ExportedGUIDs; in runThinLTO() local 1536 runWholeProgramDevirtOnIndex(ThinLTO.CombinedIndex, ExportedGUIDs, in runThinLTO() 1557 ExportedGUIDs.insert(GUID); in runThinLTO() 1563 ExportedGUIDs.insert( in runThinLTO() 1566 ExportedGUIDs.insert( in runThinLTO() 1572 ExportedGUIDs.count(VI.getGUID()); in runThinLTO()
|
H A D | ThinLTOCodeGenerator.cpp | 1066 std::set<GlobalValue::GUID> ExportedGUIDs; in run() local 1067 runWholeProgramDevirtOnIndex(*Index, ExportedGUIDs, LocalWPDTargetsMap); in run() 1068 for (auto GUID : ExportedGUIDs) in run()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/ |
H A D | WholeProgramDevirt.cpp | 718 std::set<GlobalValue::GUID> &ExportedGUIDs; member 730 std::set<GlobalValue::GUID> &ExportedGUIDs, in DevirtIndex() 732 : ExportSummary(ExportSummary), ExportedGUIDs(ExportedGUIDs), in DevirtIndex() 855 ModuleSummaryIndex &Summary, std::set<GlobalValue::GUID> &ExportedGUIDs, in runWholeProgramDevirtOnIndex() argument 857 DevirtIndex(Summary, ExportedGUIDs, LocalWPDTargetsMap).run(); in runWholeProgramDevirtOnIndex() 1291 ExportedGUIDs.insert(TheFn.getGUID()); in trySingleImplDevirt()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
H A 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()
|
H A 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()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/ |
H A D | WholeProgramDevirt.h | 247 ModuleSummaryIndex &Summary, std::set<GlobalValue::GUID> &ExportedGUIDs,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Transforms/IPO/ |
D | WholeProgramDevirt.h | 267 ModuleSummaryIndex &Summary, std::set<GlobalValue::GUID> &ExportedGUIDs,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Transforms/IPO/ |
D | WholeProgramDevirt.h | 267 ModuleSummaryIndex &Summary, std::set<GlobalValue::GUID> &ExportedGUIDs,
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/IPO/ |
H A D | WholeProgramDevirt.h | 260 ModuleSummaryIndex &Summary, std::set<GlobalValue::GUID> &ExportedGUIDs,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Transforms/IPO/ |
D | WholeProgramDevirt.h | 267 ModuleSummaryIndex &Summary, std::set<GlobalValue::GUID> &ExportedGUIDs,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Transforms/IPO/ |
D | WholeProgramDevirt.h | 267 ModuleSummaryIndex &Summary, std::set<GlobalValue::GUID> &ExportedGUIDs,
|