Searched refs:GUIDPreservedSymbols (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/LTO/ |
H A D | ThinLTOCodeGenerator.cpp | 323 DenseSet<GlobalValue::GUID> GUIDPreservedSymbols(PreservedSymbols.size()); in computeGUIDPreservedSymbols() local 325 GUIDPreservedSymbols); in computeGUIDPreservedSymbols() 326 return GUIDPreservedSymbols; in computeGUIDPreservedSymbols() 437 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols, in ProcessThinLTOModule() argument 465 if (!ExportList.empty() || !GUIDPreservedSymbols.empty()) { in ProcessThinLTOModule() 516 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols, in resolvePrevailingInIndex() argument 537 GUIDPreservedSymbols); in resolvePrevailingInIndex() 629 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols; member 633 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols) in IsExported() 634 : ExportLists(ExportLists), GUIDPreservedSymbols(GUIDPreservedSymbols) {} in IsExported() [all …]
|
H A D | LTO.cpp | 368 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols) { in thinLTOResolvePrevailingGUID() argument 401 !GUIDPreservedSymbols.count(VI.getGUID())); in thinLTOResolvePrevailingGUID() 444 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols) { in thinLTOResolvePrevailingInIndex() argument 457 recordNewLinkage, GUIDPreservedSymbols); in thinLTOResolvePrevailingInIndex() 1142 DenseSet<GlobalValue::GUID> GUIDPreservedSymbols; in run() local 1154 GUIDPreservedSymbols.insert(GUID); in run() 1169 computeDeadSymbolsWithConstProp(ThinLTO.CombinedIndex, GUIDPreservedSymbols, in run() 1190 Result = runThinLTO(AddStream, Cache, GUIDPreservedSymbols); in run() 1679 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols) { in runThinLTO() argument 1696 !Conf.CombinedIndexHook(ThinLTO.CombinedIndex, GUIDPreservedSymbols)) in runThinLTO() [all …]
|
H A D | LTOBackend.cpp | 135 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols) { in addSaveTemps() argument 149 Index.exportToDot(OSDot, GUIDPreservedSymbols); in addSaveTemps()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
H A D | FunctionImport.h | 192 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols, 199 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols,
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | ModuleSummaryIndex.cpp | 263 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols) { in propagateAttributes() argument 301 GUIDPreservedSymbols.count(P.first)) { in propagateAttributes() 550 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols) const { in exportToDot() 651 if (GUIDPreservedSymbols.count(SummaryIt.first)) in exportToDot()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/ |
H A D | LTO.h | 52 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols); 435 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols);
|
H A D | Config.h | 254 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols)>;
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | FunctionImport.cpp | 1293 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols, in computeDeadSymbolsAndUpdateIndirectCalls() argument 1298 GUIDPreservedSymbols.empty()) { in computeDeadSymbolsAndUpdateIndirectCalls() 1305 Worklist.reserve(GUIDPreservedSymbols.size() * 2); in computeDeadSymbolsAndUpdateIndirectCalls() 1306 for (auto GUID : GUIDPreservedSymbols) { in computeDeadSymbolsAndUpdateIndirectCalls() 1409 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols, in computeDeadSymbolsWithConstProp() argument 1412 computeDeadSymbolsAndUpdateIndirectCalls(Index, GUIDPreservedSymbols, in computeDeadSymbolsWithConstProp() 1415 Index.propagateAttributes(GUIDPreservedSymbols); in computeDeadSymbolsWithConstProp()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | ModuleSummaryIndex.h | 1884 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols) const;
|