Searched refs:addGlobalValueSummary (Results 1 – 12 of 12) 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/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ModuleSummaryAnalysis.cpp | 480 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/ |
D | ModuleSummaryIndex.cpp | 52 addGlobalValueSummary(ValueGUID, std::move(Summary)); in mergeFrom()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | ModuleSummaryAnalysis.cpp | 484 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/ |
D | ModuleSummaryIndex.h | 372 void addGlobalValueSummary(StringRef ValueName, in addGlobalValueSummary() function 379 void addGlobalValueSummary(GlobalValue::GUID ValueGUID, in addGlobalValueSummary() function
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | ModuleSummaryIndex.h | 1276 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/ |
D | ModuleSummaryIndex.h | 1167 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/ |
D | BitcodeReader.cpp | 5932 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/ |
D | BitcodeReader.cpp | 6145 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/ |
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/llvm-project/llvm/lib/AsmParser/ |
D | LLParser.cpp | 8378 Index->addGlobalValueSummary(VI, std::move(Summary)); in addGlobalValueToIndex()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
D | LLParser.cpp | 7981 Index->addGlobalValueSummary(VI, std::move(Summary)); in AddGlobalValueToIndex()
|