/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonShuffler.cpp | 197 if (Summary.Slot1AOKLoc) in restrictSlot1AOK() argument 221 restrictNoSlot1Store(HexagonPacketSummary const & Summary) restrictNoSlot1Store() argument 250 applySlotRestrictions(HexagonPacketSummary const & Summary,const bool DoShuffle) applySlotRestrictions() argument 272 restrictBranchOrder(HexagonPacketSummary const & Summary) restrictBranchOrder() argument 320 ValidResourceUsage(HexagonPacketSummary const & Summary) ValidResourceUsage() argument 359 restrictStoreLoadOrder(HexagonPacketSummary const & Summary) restrictStoreLoadOrder() argument 454 HexagonPacketSummary Summary = HexagonPacketSummary(); GetPacketSummary() local 586 restrictPreferSlot3(HexagonPacketSummary const & Summary,const bool DoShuffle) restrictPreferSlot3() argument 613 const HexagonPacketSummary Summary = GetPacketSummary(); check() local 629 tryAuction(HexagonPacketSummary const & Summary) tryAuction() argument 707 reportResourceError(HexagonPacketSummary const & Summary,StringRef Err) reportResourceError() argument 714 reportResourceUsage(HexagonPacketSummary const & Summary) reportResourceUsage() argument [all...] |
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | InstrProf.h | 1152 struct Summary { struct 1162 enum SummaryFieldKind { argument 1181 uint64_t NumSummaryFields; argument 1185 Summary() = delete; argument 1186 Summary(uint32_t Size) { memset(this, 0, Size); } in Summary() function 1191 return sizeof(Summary) + NumCutoffEntries * sizeof(Entry) + in getSize() argument 1195 const uint64_t *getSummaryDataBase() const { in getSummaryDataBase() argument 1199 uint64_t *getSummaryDataBase() { in getSummaryDataBase() argument 1205 &getSummaryDataBase()[NumSummaryFields]); in getCutoffEntryBase() argument 1212 uint64_t get(SummaryFieldKind K) const { in get() argument [all …]
|
H A D | SampleProfWriter.h | 156 std::unique_ptr<ProfileSummary> Summary; variable
|
H A D | SampleProfReader.h | 512 std::unique_ptr<ProfileSummary> Summary; variable
|
H A D | InstrProfReader.h | 692 std::unique_ptr<ProfileSummary> Summary; variable
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | StdLibraryFunctionsChecker.cpp | 177 ProgramStateRef State, const Summary &Summary, in describe() 200 const Summary &Summary, in describeArgumentValue() 558 const Summary &Summary, in apply() 571 const Summary &Summary, in apply() 584 const Summary &Summary, in apply() 604 const Summary &Summary, in apply() 621 const Summary &Summary, in apply() 758 class Summary { class in __anon4d759d9c0111::StdLibraryFunctionsChecker 768 Summary(InvalidationKind InvalidationKd) : InvalidationKd(InvalidationKd) {} in Summary() function in __anon4d759d9c0111::StdLibraryFunctionsChecker::Summary 860 const Summary &Summary, CheckerContext &C) const { in reportBug() argument [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | ModuleSummaryIndex.cpp | 62 [](const std::unique_ptr<GlobalValueSummary> &Summary) { in isDSOLocal() 71 [](const std::unique_ptr<GlobalValueSummary> &Summary) { in canAutoHide() 169 auto *Summary = dyn_cast_or_null<FunctionSummary>(GlobSummary.get()); in collectDefinedFunctionsForModule() local 188 auto &Summary = VI.getSummaryList()[0]; in getGlobalValueSummary() local 280 [&](const std::unique_ptr<GlobalValueSummary> &Summary) { in propagateAttributes() 313 for (const std::unique_ptr<GlobalValueSummary> &Summary : in propagateAttributes() local
|
H A D | ProfileSummary.cpp | 149 static bool getSummaryFromMD(MDTuple *MD, SummaryEntryVector &Summary) { in getSummaryFromMD() 242 SummaryEntryVector Summary; in getFromMD() local
|
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
H A D | GCOV.cpp | 46 struct Summary { struct 47 Summary(StringRef Name) : Name(Name) {} in Summary() function 49 StringRef Name; 50 uint64_t lines = 0; 51 uint64_t linesExec = 0; 52 uint64_t branches = 0; 53 uint64_t branchesExec = 0; 54 uint64_t branchesTaken = 0;
|
H A D | InstrProfReader.cpp | 1176 std::unique_ptr<llvm::ProfileSummary> &Summary = in readSummary() local
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/ |
H A D | CoverageExporterLcov.cpp | 50 const FileCoverageSummary &Summary) { in renderFunctionSummary() 163 void renderLineSummary(raw_ostream &OS, const FileCoverageSummary &Summary) { in renderLineSummary() 168 void renderBranchSummary(raw_ostream &OS, const FileCoverageSummary &Summary) { in renderBranchSummary()
|
H A D | CoverageSummaryInfo.cpp | 95 FunctionCoverageSummary Summary(Name); get() local [all...] |
H A D | CoverageExporterJson.cpp | 176 json::Object renderSummary(const FileCoverageSummary &Summary) { in renderSummary()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | FunctionImport.cpp | 221 auto *Summary = dyn_cast<FunctionSummary>(GVSummary->getBaseObject()); in qualifyCalleeCandidates() local 288 auto *Summary = in selectCallee() local 351 onImportingSummaryImpl(const GlobalValueSummary &Summary, in onImportingSummaryImpl() 425 void onImportingSummary(const GlobalValueSummary &Summary) { in onImportingSummary() 719 const FunctionSummary &Summary, const ModuleSummaryIndex &Index, in computeImportForFunction() 949 auto *Summary = std::get<0>(GVInfo); in computeImportForModule() local 1229 auto &Summary = GlobalList.second.SummaryList[0]; in ComputeCrossModuleImportForModuleFromIndexForTest() local 1382 for (const auto &Summary : VI.getSummaryList()) { in computeDeadSymbolsAndUpdateIndirectCalls() local
|
H A D | WholeProgramDevirt.cpp | 385 for (const auto &Summary : TheFnVI.getSummaryList()) { in mustBeUnreachableFunction() local 922 ModuleSummaryIndex &Summary, std::set<GlobalValue::GUID> &ExportedGUIDs, in runWholeProgramDevirtOnIndex() 928 ModuleSummaryIndex &Summary, in updateIndexWPDForExports() 953 static Error checkCombinedSummaryForTesting(ModuleSummaryIndex *Summary) { in checkCombinedSummaryForTesting() 971 std::unique_ptr<ModuleSummaryIndex> Summary = in runForTesting() local
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ModuleSummaryAnalysis.cpp | 880 for (const auto &Summary : VI.getSummaryList()) in setLiveRoot() local 950 std::unique_ptr<FunctionSummary> Summary = in buildModuleSummaryIndex() local 975 std::unique_ptr<GlobalVarSummary> Summary = in buildModuleSummaryIndex() local 1037 auto *Summary = Index.getGlobalValueSummary(*V); in buildModuleSummaryIndex() local 1058 auto &Summary = GlobalList.second.SummaryList[0]; in buildModuleSummaryIndex() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | FunctionImportUtils.cpp | 77 auto Summary = ImportIndex.findSummaryInModule( in shouldPromoteLocalToGlobal() local
|
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
H A D | BitcodeWriter.cpp | 206 for (auto &Summary : GUIDSummaryLists.second.SummaryList) in ModuleBitcodeWriterBase() local 534 for (auto &Summary : M.second) { in forEachSummary() local 544 for (auto &Summary : Summaries.second.SummaryList) in forEachSummary() local 4132 const TypeIdSummary &Summary) { in writeTypeIdSummaryRecord() 4150 const std::string &Id, const TypeIdCompatibleVtableInfo &Summary, in writeTypeIdCompatibleVtableSummaryRecord() 4220 SmallVector<uint64_t, 64> &NameVals, GlobalValueSummary *Summary, in writePerModuleFunctionSummaryRecord() 4283 auto *Summary = VI.getSummaryList()[0].get(); in writeModuleLevelReferences() local 4464 auto *Summary = VI.getSummaryList()[0].get(); in writePerModuleGlobalValueSummary() local 4485 auto *Summary = Index->getGlobalValueSummary(A); in writePerModuleGlobalValueSummary() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | ProfileSummaryInfo.h | 45 std::unique_ptr<ProfileSummary> Summary; variable
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-tli-checker/ |
H A D | llvm-tli-checker.cpp | 66 Summary, // Report counts but not details. global() enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/LTO/ |
H A D | ThinLTOCodeGenerator.cpp | 114 GVSummaryList, [](const std::unique_ptr<GlobalValueSummary> &Summary) { in getFirstDefinitionForLinker() 124 GVSummaryList, [](const std::unique_ptr<GlobalValueSummary> &Summary) { in getFirstDefinitionForLinker()
|
H A D | LTOBackend.cpp | 713 for (const auto &Summary : GlobalList.second.SummaryList) { in initImportList() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVOptions.h | 158 Summary, // --print=summary enumerator
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | VirtualFileSystem.h | 326 enum class PrintType { Summary, Contents, RecursiveContents }; enumerator
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto/ |
H A D | llvm-lto.cpp | 391 for (auto &Summary : Summaries.second.SummaryList) { in printIndexStats() local
|