Searched refs:addGlobalValueSummary (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Analysis/ |
D | ModuleSummaryAnalysis.cpp | 103 Index->addGlobalValueSummary(F.getName(), std::move(FuncSummary)); in computeFunctionSummary() 115 Index->addGlobalValueSummary(V.getName(), std::move(GVarSummary)); in computeVariableSummary()
|
/external/llvm/lib/IR/ |
D | ModuleSummaryIndex.cpp | 52 addGlobalValueSummary(ValueGUID, std::move(Summary)); in mergeFrom()
|
/external/llvm/include/llvm/IR/ |
D | ModuleSummaryIndex.h | 372 void addGlobalValueSummary(StringRef ValueName, in addGlobalValueSummary() function 379 void addGlobalValueSummary(GlobalValue::GUID ValueGUID, in addGlobalValueSummary() function
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 6210 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()
|