Searched refs:GUIDPreservedSymbols (Results 1 – 5 of 5) sorted by relevance
253 DenseSet<GlobalValue::GUID> GUIDPreservedSymbols(PreservedSymbols.size()); in computeGUIDPreservedSymbols() local258 GUIDPreservedSymbols.insert(GlobalValue::getGUID(Name)); in computeGUIDPreservedSymbols()260 return GUIDPreservedSymbols; in computeGUIDPreservedSymbols()447 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols, in ProcessThinLTOModule() argument468 if (!ExportList.empty() || !GUIDPreservedSymbols.empty()) { in ProcessThinLTOModule()627 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols, in internalizeAndPromoteInIndex() argument633 GUIDPreservedSymbols.count(GUID); in internalizeAndPromoteInIndex()641 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols) { in computeDeadSymbolsInIndex() argument648 computeDeadSymbols(Index, GUIDPreservedSymbols, isPrevailing); in computeDeadSymbolsInIndex()665 auto GUIDPreservedSymbols = computeGUIDPreservedSymbols( in promote() local[all …]
776 DenseSet<GlobalValue::GUID> GUIDPreservedSymbols; in run() local788 GUIDPreservedSymbols.insert(GlobalValue::getGUID( in run()801 computeDeadSymbols(ThinLTO.CombinedIndex, GUIDPreservedSymbols, isPrevailing); in run()
184 DenseSet<GlobalValue::GUID> GUIDPreservedSymbols(PreservedSymbols.size()); in computeGUIDPreservedSymbols() local189 GUIDPreservedSymbols.insert(GlobalValue::getGUID(Name)); in computeGUIDPreservedSymbols()191 return GUIDPreservedSymbols; in computeGUIDPreservedSymbols()335 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols, in ProcessThinLTOModule() argument356 if (!ExportList.empty() || !GUIDPreservedSymbols.empty()) { in ProcessThinLTOModule()619 auto GUIDPreservedSymbols = in internalize() local635 if (ExportList.empty() && GUIDPreservedSymbols.empty()) in internalize()643 GUIDPreservedSymbols.count(GUID); in internalize()727 auto GUIDPreservedSymbols = in run() local744 GUIDPreservedSymbols.count(GUID); in run()[all …]
128 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols,
606 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols, in computeDeadSymbols() argument611 if (GUIDPreservedSymbols.empty()) in computeDeadSymbols()616 Worklist.reserve(GUIDPreservedSymbols.size() * 2); in computeDeadSymbols()617 for (auto GUID : GUIDPreservedSymbols) { in computeDeadSymbols()