Home
last modified time | relevance | path

Searched refs:addGlobalValueSummary (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DModuleSummaryAnalysis.cpp375 Index.addGlobalValueSummary(F, std::move(FuncSummary)); in computeFunctionSummary()
393 Index.addGlobalValueSummary(V, std::move(GVarSummary)); in computeVariableSummary()
409 Index.addGlobalValueSummary(A, std::move(AS)); in computeAliasSummary()
488 Index.addGlobalValueSummary(*GV, std::move(Summary)); in buildModuleSummaryIndex()
493 Index.addGlobalValueSummary(*GV, std::move(Summary)); in buildModuleSummaryIndex()
/external/llvm/lib/Analysis/
DModuleSummaryAnalysis.cpp103 Index->addGlobalValueSummary(F.getName(), std::move(FuncSummary)); in computeFunctionSummary()
115 Index->addGlobalValueSummary(V.getName(), std::move(GVarSummary)); in computeVariableSummary()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DModuleSummaryIndex.h939 void addGlobalValueSummary(const GlobalValue &GV,
941 addGlobalValueSummary(getOrInsertValueInfo(&GV), std::move(Summary));
945 void addGlobalValueSummary(StringRef ValueName,
947 addGlobalValueSummary(getOrInsertValueInfo(GlobalValue::getGUID(ValueName)),
952 void addGlobalValueSummary(ValueInfo VI,
/external/llvm/lib/IR/
DModuleSummaryIndex.cpp52 addGlobalValueSummary(ValueGUID, std::move(Summary)); in mergeFrom()
/external/llvm/include/llvm/IR/
DModuleSummaryIndex.h372 void addGlobalValueSummary(StringRef ValueName, in addGlobalValueSummary() function
379 void addGlobalValueSummary(GlobalValue::GUID ValueGUID, in addGlobalValueSummary() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp5299 TheIndex.addGlobalValueSummary(VIAndOriginalGUID.first, std::move(FS)); in parseEntireSummary()
5329 TheIndex.addGlobalValueSummary(GUID.first, std::move(AS)); in parseEntireSummary()
5343 TheIndex.addGlobalValueSummary(GUID.first, std::move(FS)); in parseEntireSummary()
5392 TheIndex.addGlobalValueSummary(VI, std::move(FS)); in parseEntireSummary()
5417 TheIndex.addGlobalValueSummary(VI, std::move(AS)); in parseEntireSummary()
5433 TheIndex.addGlobalValueSummary(VI, std::move(FS)); in parseEntireSummary()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp6210 TheIndex->addGlobalValueSummary(GUID.first, std::move(FS)); in parseEntireSummary()
6238 TheIndex->addGlobalValueSummary(GUID.first, std::move(AS)); in parseEntireSummary()
6257 TheIndex->addGlobalValueSummary(GUID.first, std::move(FS)); in parseEntireSummary()
6298 TheIndex->addGlobalValueSummary(GUID, std::move(FS)); in parseEntireSummary()
6323 TheIndex->addGlobalValueSummary(GUID, std::move(AS)); in parseEntireSummary()
6343 TheIndex->addGlobalValueSummary(GUID, std::move(FS)); in parseEntireSummary()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/
DLLParser.cpp7384 Index->addGlobalValueSummary(VI, std::move(Summary)); in AddGlobalValueToIndex()