Searched refs:GlobalValueSummaryList (Results 1 – 9 of 9) sorted by relevance
/external/llvm/lib/LTO/ |
D | LTO.cpp | 44 GlobalValueSummaryList &GVSummaryList, GlobalValue::GUID GUID, in thinLTOResolveWeakForLinkerGUID() 100 GlobalValueSummaryList &GVSummaryList, GlobalValue::GUID GUID, in thinLTOInternalizeAndPromoteGUID()
|
D | ThinLTOCodeGenerator.cpp | 91 getFirstDefinitionForLinker(const GlobalValueSummaryList &GVSummaryList) { in getFirstDefinitionForLinker() 120 auto HasMultipleCopies = [&](const GlobalValueSummaryList &GVSummaryList) { in computePrevailingCopies()
|
/external/llvm/include/llvm/IR/ |
D | ModuleSummaryIndex.h | 307 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/ |
D | ModuleSummaryIndex.cpp | 27 GlobalValueSummaryList &List = OtherGlobalValSummaryLists.second; in mergeFrom()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | ModuleSummaryIndex.h | 104 using GlobalValueSummaryList = std::vector<std::unique_ptr<GlobalValueSummary>>; variable 134 GlobalValueSummaryList SummaryList;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/ |
D | ThinLTOCodeGenerator.cpp | 96 getFirstDefinitionForLinker(const GlobalValueSummaryList &GVSummaryList) { in getFirstDefinitionForLinker() 125 auto HasMultipleCopies = [&](const GlobalValueSummaryList &GVSummaryList) { in computePrevailingCopies()
|
D | LTO.cpp | 282 GlobalValueSummaryList &GVSummaryList, GlobalValue::GUID GUID, in thinLTOResolveWeakForLinkerGUID() 342 GlobalValueSummaryList &GVSummaryList, GlobalValue::GUID GUID, in thinLTOInternalizeAndPromoteGUID()
|
/external/llvm/lib/Transforms/IPO/ |
D | FunctionImport.cpp | 166 const GlobalValueSummaryList &CalleeSummaryList, in selectCallee()
|
/external/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 328 GlobalValueSummaryList::const_iterator IndexGVSummariesIter;
|