Home
last modified time | relevance | path

Searched refs:getGlobalValueSummary (Results 1 – 13 of 13) 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/llvm-project/llvm/include/llvm/IR/
DModuleSummaryIndex.h1337 GlobalValueSummary *getGlobalValueSummary(const GlobalValue &GV,
1340 return getGlobalValueSummary(GV.getGUID(), PerModuleIndex);
1346 GlobalValueSummary *getGlobalValueSummary(GlobalValue::GUID ValueGUID,
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DModuleSummaryIndex.h1226 GlobalValueSummary *getGlobalValueSummary(const GlobalValue &GV,
1229 return getGlobalValueSummary(GV.getGUID(), PerModuleIndex);
1235 GlobalValueSummary *getGlobalValueSummary(GlobalValue::GUID ValueGUID,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DModuleSummaryIndex.cpp91 ModuleSummaryIndex::getGlobalValueSummary(uint64_t ValueGUID, in getGlobalValueSummary() function in ModuleSummaryIndex
/external/llvm-project/llvm/lib/IR/
DModuleSummaryIndex.cpp143 ModuleSummaryIndex::getGlobalValueSummary(uint64_t ValueGUID, in getGlobalValueSummary() function in ModuleSummaryIndex
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DModuleSummaryAnalysis.cpp771 auto *Summary = Index.getGlobalValueSummary(*V); in buildModuleSummaryIndex()
/external/llvm-project/llvm/lib/Analysis/
DModuleSummaryAnalysis.cpp783 auto *Summary = Index.getGlobalValueSummary(*V); in buildModuleSummaryIndex()
/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-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp3869 auto *Summary = Index->getGlobalValueSummary(A); in writePerModuleGlobalValueSummary()
4102 auto *GVSum = Index.getGlobalValueSummary(GUID, false); in writeCombinedGlobalValueSummary()
/external/llvm-project/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp3985 auto *Summary = Index->getGlobalValueSummary(A); in writePerModuleGlobalValueSummary()
4167 auto *GVSum = Index.getGlobalValueSummary(GUID, false); in writeCombinedGlobalValueSummary()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp6231 auto *AliaseeSummary = TheIndex->getGlobalValueSummary(AliaseeGUID); in parseEntireSummary()