HomeSort by: relevance | last modified time | path
    Searched refs:SummaryList (Results 1 - 15 of 15) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/IR/
ModuleSummaryIndex.cpp 151 for (auto &GlobSummary : GlobalList.second.SummaryList) {
179 const auto &SummaryList = VI.getSummaryList();
180 if (SummaryList.empty())
182 for (auto &I : SummaryList)
252 for (auto &S : P.second.SummaryList) {
261 P.second.SummaryList,
296 P.second.SummaryList)
303 if (P.second.SummaryList.size())
305 P.second.SummaryList[0]->getBaseObject()))
AsmWriter.cpp 2939 for (auto &Summary : GlobalList.second.SummaryList)
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
ModuleSummaryIndex.h 152 GlobalValueSummaryList SummaryList;
186 return getRef()->second.SummaryList;
1186 if (!S.second.SummaryList.size() ||
1187 !isa<FunctionSummary>(S.second.SummaryList.front().get()))
1324 ->second.SummaryList.push_back(std::move(Summary));
1341 auto SummaryList = VI.getSummaryList();
1343 llvm::find_if(SummaryList,
1347 if (Summary == SummaryList.end())
1505 for (auto &Summary : GlobalList.second.SummaryList) {
1595 G.SummaryList.push_back(std::move(Root))
    [all...]
ModuleSummaryIndexYAML.h 225 Elem.SummaryList.push_back(std::make_unique<FunctionSummary>(
243 for (auto &Sum : P.second.SummaryList) {
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
StackSafetyAnalysis.cpp 615 auto SummaryList = VI.getSummaryList();
617 for (const auto& GVS : SummaryList) {
644 if (SummaryList.size() == 1)
1013 for (auto &GV : GVS.second.SummaryList)
1024 for (auto &GV : GVS.second.SummaryList) {
ModuleSummaryAnalysis.cpp 796 if (GlobalList.second.SummaryList.empty())
799 assert(GlobalList.second.SummaryList.size() == 1 &&
801 auto &Summary = GlobalList.second.SummaryList[0];
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
FunctionImport.cpp 823 if (GlobalList.second.SummaryList.empty())
827 assert(GlobalList.second.SummaryList.size() == 1 &&
829 auto &Summary = GlobalList.second.SummaryList[0];
866 for (auto &S : Entry.second.SummaryList)
1356 for (auto &S : I.second.SummaryList) {
WholeProgramDevirt.cpp 815 for (auto &S : P.second.SummaryList) {
2071 for (auto &S : P.second.SummaryList) {
2200 for (auto &S : P.second.SummaryList) {
LowerTypeTests.cpp 1900 for (auto &GVS : I.second.SummaryList)
2127 for (auto &S : P.second.SummaryList) {
  /src/external/apache2/llvm/dist/llvm/tools/llvm-link/
llvm-link.cpp 390 for (auto &S : I.second.SummaryList) {
  /src/external/apache2/llvm/dist/llvm/lib/LTO/
LTOBackend.cpp 695 if (GlobalList.second.SummaryList.empty())
699 for (const auto &Summary : GlobalList.second.SummaryList) {
ThinLTOCodeGenerator.cpp 141 if (HasMultipleCopies(I.second.SummaryList))
143 getFirstDefinitionForLinker(I.second.SummaryList);
LTO.cpp 410 for (auto &S : I.second.SummaryList)
978 for (auto &S : P.second.SummaryList) {
  /src/external/apache2/llvm/dist/llvm/tools/llvm-lto/
llvm-lto.cpp 345 for (auto &Summary : Summaries.second.SummaryList) {
  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 198 for (auto &Summary : GUIDSummaryLists.second.SummaryList)
467 for (auto &Summary : Summaries.second.SummaryList)

Completed in 31 milliseconds