| /freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | ProfileSummaryBuilder.cpp | 194 std::unique_ptr<ProfileSummary> SampleProfileSummaryBuilder::getSummary() { in getSummary() function in SampleProfileSummaryBuilder 225 return getSummary(); in computeSummaryForProfiles() 228 std::unique_ptr<ProfileSummary> InstrProfSummaryBuilder::getSummary() { in getSummary() function in InstrProfSummaryBuilder
|
| H A D | MemProfSummaryBuilder.cpp | 19 std::unique_ptr<MemProfSummary> MemProfSummaryBuilder::getSummary() { in getSummary() function in MemProfSummaryBuilder
|
| H A D | InstrProfWriter.cpp | 622 std::move(DataAccessProfileData), MemProfSumBuilder.getSummary())) in writeImpl() 654 std::unique_ptr<ProfileSummary> PS = ISB.getSummary(); in writeImpl() 662 std::unique_ptr<ProfileSummary> CSPS = CSISB.getSummary(); in writeImpl()
|
| H A D | MemProfReader.cpp | 322 auto MemProfSum = MemProfSumBuilder.getSummary(); in printYAML()
|
| H A D | InstrProfReader.cpp | 1229 Summary = Builder.getSummary(); in readSummary()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | ProfileCommon.h | 91 LLVM_ABI std::unique_ptr<ProfileSummary> getSummary(); 103 LLVM_ABI std::unique_ptr<ProfileSummary> getSummary();
|
| H A D | MemProfSummaryBuilder.h | 46 LLVM_ABI std::unique_ptr<MemProfSummary> getSummary();
|
| H A D | InstrProfReader.h | 735 memprof::MemProfSummary *getSummary() const { return MemProfSum.get(); } in getSummary() function 888 ProfileSummary &getSummary(bool UseCS) { in getSummary() function 900 return MemProfReader.getSummary(); in getMemProfSummary()
|
| H A D | SampleProfReader.h | 475 ProfileSummary &getSummary() const { return *Summary; } in getSummary() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | PGOCtxProfFlattening.cpp | 199 M.setProfileSummary(PB.getSummary()->getMD(M.getContext()), in run() 205 PSI.refresh(PB.getSummary()); in run()
|
| H A D | PGOInstrumentation.cpp | 2211 M.setProfileSummary(PGOReader->getSummary(IsCS).getMD(M.getContext()), in annotateAllFunctions()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
| H A D | RetainPtrCtorAdoptChecker.cpp | 263 auto Summary = Summaries->getSummary(AnyCall(CE)); in checkCreateOrCopyFunction() 403 auto Summary = Summaries->getSummary(AnyCall(FnDecl)); in retainsReturnValue() 507 auto Summary = Summaries->getSummary(AnyCall(ObjCMsgExpr)); in isOwned() 567 auto Summary = Summaries->getSummary(AnyCall(CE)); in isOwned()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| H A D | RetainCountChecker.cpp | 350 const static RetainSummary *getSummary(RetainSummaryManager &Summaries, in getSummary() function 357 return Summaries.getSummary(C, Call.hasNonZeroCallbackArg(), in getSummary() 376 const RetainSummary *Summ = getSummary(Summaries, Call, ReceiverType); in checkPostCall() 1051 const RetainSummary *Summ = Summaries.getSummary(AnyCall(MD)); in processReturn() 1055 const RetainSummary *Summ = Summaries.getSummary(AnyCall(FD)); in processReturn() 1332 const RetainSummary *FunctionSummary = SmrMgr.getSummary(*C); in checkBeginFunction()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/ |
| H A D | BitcodeReader.h | 157 LLVM_ABI Expected<std::unique_ptr<ModuleSummaryIndex>> getSummary();
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-dis/ |
| H A D | llvm-dis.cpp | 233 Index = ExitOnErr(MB.getSummary()); in main()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/ |
| H A D | llvm-profdata.cpp | 1378 ProfileSummary InstrPS = *IPBuilder.getSummary(); in adjustInstrProfile() 1379 ProfileSummary SamplePS = Reader->getSummary(); in adjustInstrProfile() 2733 ProfileSummary &BasePS = BaseReader->getSummary(); in loadProfiles() 2734 ProfileSummary &TestPS = TestReader->getSummary(); in loadProfiles() 3019 std::unique_ptr<ProfileSummary> PS(Builder.getSummary()); in showInstrProfile() 3277 auto &PS = Reader->getSummary(); in showSampleProfile() 3283 showHotFunctionList(Reader->getProfiles(), Reader->getSummary(), in showSampleProfile() 3329 MemProfSumBuilder.getSummary()->printSummaryYaml(OS); in showMemProfProfile()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Analysis/ |
| H A D | RetainSummaryManager.h | 662 const RetainSummary *getSummary(AnyCall C,
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | RetainSummaryManager.cpp | 661 RetainSummaryManager::getSummary(AnyCall C, in getSummary() function in RetainSummaryManager
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | SampleProfile.cpp | 2169 M.setProfileSummary(Reader->getSummary().getMD(M.getContext()), in runOnModule()
|
| /freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 8538 Expected<std::unique_ptr<ModuleSummaryIndex>> BitcodeModule::getSummary() { in getSummary() function in BitcodeModule 8753 return BM->getSummary(); in getModuleSummaryIndex()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenModule.cpp | 995 PGOReader->getSummary(/* UseCS */ false).getMD(VMContext), in Release()
|