Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp650 std::set<GlobalValue::GUID> &ExportedGUIDs; member
662 std::set<GlobalValue::GUID> &ExportedGUIDs, in DevirtIndex()
664 : ExportSummary(ExportSummary), ExportedGUIDs(ExportedGUIDs), in DevirtIndex()
829 ModuleSummaryIndex &Summary, std::set<GlobalValue::GUID> &ExportedGUIDs, in runWholeProgramDevirtOnIndex() argument
831 DevirtIndex(Summary, ExportedGUIDs, LocalWPDTargetsMap).run(); in runWholeProgramDevirtOnIndex()
1221 ExportedGUIDs.insert(TheFn.getGUID()); in trySingleImplDevirt()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DLTO.cpp1442 std::set<GlobalValue::GUID> ExportedGUIDs; in runThinLTO() local
1454 runWholeProgramDevirtOnIndex(ThinLTO.CombinedIndex, ExportedGUIDs, in runThinLTO()
1475 ExportedGUIDs.insert(GUID); in runThinLTO()
1481 ExportedGUIDs.insert( in runThinLTO()
1487 ExportedGUIDs.count(VI.getGUID()); in runThinLTO()
H A DThinLTOCodeGenerator.cpp1021 std::set<GlobalValue::GUID> ExportedGUIDs; in run() local
1022 runWholeProgramDevirtOnIndex(*Index, ExportedGUIDs, LocalWPDTargetsMap); in run()
1023 for (auto GUID : ExportedGUIDs) in run()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DWholeProgramDevirt.h257 ModuleSummaryIndex &Summary, std::set<GlobalValue::GUID> &ExportedGUIDs,