Searched refs:addGlobalValueSummary (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | ModuleSummaryAnalysis.cpp | 375 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/ |
D | ModuleSummaryAnalysis.cpp | 103 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/ |
D | ModuleSummaryIndex.h | 939 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/ |
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/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 5299 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/ |
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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/ |
D | LLParser.cpp | 7384 Index->addGlobalValueSummary(VI, std::move(Summary)); in AddGlobalValueToIndex()
|