Searched refs:ExportedGUIDs (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
H A D | WholeProgramDevirt.cpp | 650 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 D | LTO.cpp | 1442 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 D | ThinLTOCodeGenerator.cpp | 1021 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 D | WholeProgramDevirt.h | 257 ModuleSummaryIndex &Summary, std::set<GlobalValue::GUID> &ExportedGUIDs,
|