Searched refs:ExportedGUIDs (Results 1 – 4 of 4) sorted by relevance
/openbsd-src/gnu/llvm/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()
|
/openbsd-src/gnu/llvm/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()
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/IPO/ |
H A D | WholeProgramDevirt.h | 260 ModuleSummaryIndex &Summary, std::set<GlobalValue::GUID> &ExportedGUIDs,
|