Home
last modified time | relevance | path

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

/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-10.0/llvm/lib/Analysis/
DModuleSummaryAnalysis.cpp480 Index.addGlobalValueSummary(F, std::move(FuncSummary)); in computeFunctionSummary()
611 Index.addGlobalValueSummary(V, std::move(GVarSummary)); in computeVariableSummary()
630 Index.addGlobalValueSummary(A, std::move(AS)); in computeAliasSummary()
717 Index.addGlobalValueSummary(*GV, std::move(Summary)); in buildModuleSummaryIndex()
723 Index.addGlobalValueSummary(*GV, std::move(Summary)); in buildModuleSummaryIndex()
/external/llvm/lib/IR/
DModuleSummaryIndex.cpp52 addGlobalValueSummary(ValueGUID, std::move(Summary)); in mergeFrom()
/external/llvm-project/llvm/lib/Analysis/
DModuleSummaryAnalysis.cpp484 Index.addGlobalValueSummary(F, std::move(FuncSummary)); in computeFunctionSummary()
618 Index.addGlobalValueSummary(V, std::move(GVarSummary)); in computeVariableSummary()
637 Index.addGlobalValueSummary(A, std::move(AS)); in computeAliasSummary()
726 Index.addGlobalValueSummary(*GV, std::move(Summary)); in buildModuleSummaryIndex()
735 Index.addGlobalValueSummary(*GV, std::move(Summary)); in buildModuleSummaryIndex()
/external/llvm/include/llvm/IR/
DModuleSummaryIndex.h372 void addGlobalValueSummary(StringRef ValueName, in addGlobalValueSummary() function
379 void addGlobalValueSummary(GlobalValue::GUID ValueGUID, in addGlobalValueSummary() function
/external/llvm-project/llvm/include/llvm/IR/
DModuleSummaryIndex.h1276 void addGlobalValueSummary(const GlobalValue &GV,
1278 addGlobalValueSummary(getOrInsertValueInfo(&GV), std::move(Summary));
1282 void addGlobalValueSummary(StringRef ValueName,
1284 addGlobalValueSummary(getOrInsertValueInfo(GlobalValue::getGUID(ValueName)),
1289 void addGlobalValueSummary(ValueInfo VI,
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DModuleSummaryIndex.h1167 void addGlobalValueSummary(const GlobalValue &GV,
1169 addGlobalValueSummary(getOrInsertValueInfo(&GV), std::move(Summary));
1173 void addGlobalValueSummary(StringRef ValueName,
1175 addGlobalValueSummary(getOrInsertValueInfo(GlobalValue::getGUID(ValueName)),
1180 void addGlobalValueSummary(ValueInfo VI,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp5932 TheIndex.addGlobalValueSummary(VIAndOriginalGUID.first, std::move(FS)); in parseEntireSummary()
5959 TheIndex.addGlobalValueSummary(GUID.first, std::move(AS)); in parseEntireSummary()
5981 TheIndex.addGlobalValueSummary(GUID.first, std::move(FS)); in parseEntireSummary()
6009 TheIndex.addGlobalValueSummary(GUID.first, std::move(VS)); in parseEntireSummary()
6072 TheIndex.addGlobalValueSummary(VI, std::move(FS)); in parseEntireSummary()
6094 TheIndex.addGlobalValueSummary(VI, std::move(AS)); in parseEntireSummary()
6118 TheIndex.addGlobalValueSummary(VI, std::move(FS)); in parseEntireSummary()
/external/llvm-project/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp6145 TheIndex.addGlobalValueSummary(VIAndOriginalGUID.first, std::move(FS)); in parseEntireSummary()
6172 TheIndex.addGlobalValueSummary(GUID.first, std::move(AS)); in parseEntireSummary()
6196 TheIndex.addGlobalValueSummary(GUID.first, std::move(FS)); in parseEntireSummary()
6224 TheIndex.addGlobalValueSummary(GUID.first, std::move(VS)); in parseEntireSummary()
6288 TheIndex.addGlobalValueSummary(VI, std::move(FS)); in parseEntireSummary()
6310 TheIndex.addGlobalValueSummary(VI, std::move(AS)); in parseEntireSummary()
6336 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/llvm-project/llvm/lib/AsmParser/
DLLParser.cpp8378 Index->addGlobalValueSummary(VI, std::move(Summary)); in addGlobalValueToIndex()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.cpp7981 Index->addGlobalValueSummary(VI, std::move(Summary)); in AddGlobalValueToIndex()