Lines Matching defs:Summary
303 // Summary not currently supported for anonymous functions, they should
880 for (const auto &Summary : VI.getSummaryList())
881 Summary->setLive(true);
950 std::unique_ptr<FunctionSummary> Summary =
973 Index.addGlobalValueSummary(*GV, std::move(Summary));
975 std::unique_ptr<GlobalVarSummary> Summary =
982 Index.addGlobalValueSummary(*GV, std::move(Summary));
1037 auto *Summary = Index.getGlobalValueSummary(*V);
1038 assert(Summary && "Missing summary for global value");
1039 Summary->setNotEligibleToImport();
1058 auto &Summary = GlobalList.second.SummaryList[0];
1060 Summary->setNotEligibleToImport();
1065 llvm::all_of(Summary->refs(), [&](const ValueInfo &VI) {
1069 Summary->setNotEligibleToImport();
1073 if (auto *FuncSummary = dyn_cast<FunctionSummary>(Summary.get())) {
1079 Summary->setNotEligibleToImport();
1119 "Module Summary Analysis", false, true)
1124 "Module Summary Analysis", false, true)