Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DModuleSummaryIndex.h404 GlobalValueSummary *getGlobalValueSummary(const GlobalValue &GV,
407 return getGlobalValueSummary(GlobalValue::getGUID(GV.getName()),
414 GlobalValueSummary *getGlobalValueSummary(GlobalValue::GUID ValueGUID,
/external/llvm/lib/IR/
DModuleSummaryIndex.cpp99 ModuleSummaryIndex::getGlobalValueSummary(uint64_t ValueGUID, in getGlobalValueSummary() function in ModuleSummaryIndex
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DModuleSummaryIndex.h992 GlobalValueSummary *getGlobalValueSummary(const GlobalValue &GV,
995 return getGlobalValueSummary(GV.getGUID(), PerModuleIndex);
1001 GlobalValueSummary *getGlobalValueSummary(GlobalValue::GUID ValueGUID,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DModuleSummaryAnalysis.cpp404 auto *AliaseeSummary = Index.getGlobalValueSummary(*Aliasee); in computeAliasSummary()
534 auto *Summary = Index.getGlobalValueSummary(*V); in buildModuleSummaryIndex()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DModuleSummaryIndex.cpp64 ModuleSummaryIndex::getGlobalValueSummary(uint64_t ValueGUID, in getGlobalValueSummary() function in ModuleSummaryIndex
/external/llvm/tools/gold/
Dgold-plugin.cpp1357 PrevailingCopy[SymGUID] = Index->getGlobalValueSummary(SymGUID); in thinLTOLink()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp3254 auto *Summary = Index->getGlobalValueSummary(V); in writeModuleLevelReferences()
3336 auto *Summary = Index->getGlobalValueSummary(F); in writePerModuleGlobalValueSummary()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp3627 auto *Summary = Index->getGlobalValueSummary(A); in writePerModuleGlobalValueSummary()
3820 auto *GVSum = Index.getGlobalValueSummary(GUID, false); in writeCombinedGlobalValueSummary()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp6231 auto *AliaseeSummary = TheIndex->getGlobalValueSummary(AliaseeGUID); in parseEntireSummary()