Searched refs:getSummary (Results 1 - 19 of 19) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DProfileCommon.h82 std::unique_ptr<ProfileSummary> getSummary();
92 std::unique_ptr<ProfileSummary> getSummary();
H A DInstrProfReader.h513 ProfileSummary &getSummary(bool UseCS) { function in class:llvm::IndexedInstrProf::IndexedInstrProfReader
H A DSampleProfReader.h407 ProfileSummary &getSummary() const { return *(Summary.get()); } function in class:llvm::sampleprof::SampleProfileReader
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DProfileSummaryBuilder.cpp107 std::unique_ptr<ProfileSummary> SampleProfileSummaryBuilder::getSummary() { function in class:SampleProfileSummaryBuilder
114 std::unique_ptr<ProfileSummary> InstrProfSummaryBuilder::getSummary() { function in class:InstrProfSummaryBuilder
H A DInstrProfWriter.cpp351 std::unique_ptr<ProfileSummary> PS = ISB.getSummary();
359 std::unique_ptr<ProfileSummary> CSPS = CSISB.getSummary();
H A DSampleProfWriter.cpp628 Summary = Builder.getSummary();
H A DInstrProfReader.cpp797 Summary = Builder.getSummary();
H A DSampleProfReader.cpp1445 Summary = Builder.getSummary();
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp352 const static RetainSummary *getSummary(RetainSummaryManager &Summaries, function
359 return Summaries.getSummary(C, Call.hasNonZeroCallbackArg(),
378 const RetainSummary *Summ = getSummary(Summaries, Call, ReceiverType);
1054 const RetainSummary *Summ = Summaries.getSummary(AnyCall(MD));
1058 const RetainSummary *Summ = Summaries.getSummary(AnyCall(FD));
1344 const RetainSummary *FunctionSummary = SmrMgr.getSummary(*C);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DBitcodeReader.h115 Expected<std::unique_ptr<ModuleSummaryIndex>> getSummary();
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-dis/
H A Dllvm-dis.cpp181 Index = ExitOnErr(MB.getSummary());
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp979 std::unique_ptr<ProfileSummary> PS(Builder.getSummary());
1201 auto &PS = Reader->getSummary();
1207 showHotFunctionList(Reader->getProfiles(), Reader->getSummary(), OS);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DRetainSummaryManager.h660 const RetainSummary *getSummary(AnyCall C,
/freebsd-13-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp1513 getSummaryManager(Ctx).getSummary(AnyCall(FuncDecl));
1632 getSummaryManager(Ctx).getSummary(AnyCall(MethodDecl));
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DRetainSummaryManager.cpp660 RetainSummaryManager::getSummary(AnyCall C, function in class:RetainSummaryManager
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp1865 M.setProfileSummary(Reader->getSummary().getMD(M.getContext()),
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1613 M.setProfileSummary(PGOReader->getSummary(IsCS).getMD(M.getContext()),
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp6642 Expected<std::unique_ptr<ModuleSummaryIndex>> BitcodeModule::getSummary() { function in class:BitcodeModule
6846 return BM->getSummary();
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp428 PGOReader->getSummary(/* UseCS */ false).getMD(VMContext),

Completed in 163 milliseconds