Home
last modified time | relevance | path

Searched refs:GlobalValueSummaryList (Results 1 – 9 of 9) sorted by relevance

/external/llvm/lib/LTO/
DLTO.cpp44 GlobalValueSummaryList &GVSummaryList, GlobalValue::GUID GUID, in thinLTOResolveWeakForLinkerGUID()
100 GlobalValueSummaryList &GVSummaryList, GlobalValue::GUID GUID, in thinLTOInternalizeAndPromoteGUID()
DThinLTOCodeGenerator.cpp91 getFirstDefinitionForLinker(const GlobalValueSummaryList &GVSummaryList) { in getFirstDefinitionForLinker()
120 auto HasMultipleCopies = [&](const GlobalValueSummaryList &GVSummaryList) { in computePrevailingCopies()
/external/llvm/include/llvm/IR/
DModuleSummaryIndex.h307 typedef std::vector<std::unique_ptr<GlobalValueSummary>> GlobalValueSummaryList; typedef
314 typedef std::map<GlobalValue::GUID, GlobalValueSummaryList>
355 const GlobalValueSummaryList &getGlobalValueSummaryList(StringRef ValueName) { in getGlobalValueSummaryList()
/external/llvm/lib/IR/
DModuleSummaryIndex.cpp27 GlobalValueSummaryList &List = OtherGlobalValSummaryLists.second; in mergeFrom()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DModuleSummaryIndex.h104 using GlobalValueSummaryList = std::vector<std::unique_ptr<GlobalValueSummary>>; variable
134 GlobalValueSummaryList SummaryList;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp96 getFirstDefinitionForLinker(const GlobalValueSummaryList &GVSummaryList) { in getFirstDefinitionForLinker()
125 auto HasMultipleCopies = [&](const GlobalValueSummaryList &GVSummaryList) { in computePrevailingCopies()
DLTO.cpp282 GlobalValueSummaryList &GVSummaryList, GlobalValue::GUID GUID, in thinLTOResolveWeakForLinkerGUID()
342 GlobalValueSummaryList &GVSummaryList, GlobalValue::GUID GUID, in thinLTOInternalizeAndPromoteGUID()
/external/llvm/lib/Transforms/IPO/
DFunctionImport.cpp166 const GlobalValueSummaryList &CalleeSummaryList, in selectCallee()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp328 GlobalValueSummaryList::const_iterator IndexGVSummariesIter;