/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | ModuleSummaryIndex.h | 134 class GlobalValueSummary; variable 136 using GlobalValueSummaryList = std::vector<std::unique_ptr<GlobalValueSummary>>; 199 ArrayRef<std::unique_ptr<GlobalValueSummary>> getSummaryList() const { in getSummaryList() 445 class GlobalValueSummary { 544 GlobalValueSummary(SummaryKind K, GVFlags Flags, std::vector<ValueInfo> Refs) 551 virtual ~GlobalValueSummary() = default; 600 return Flags.ImportType == GlobalValueSummary::ImportKind::Declaration; 605 GlobalValueSummary::ImportKind importType() const { 624 GlobalValueSummary *getBaseObject(); 625 const GlobalValueSummary *getBaseObject() const; [all …]
|
H A D | ModuleSummaryIndexYAML.h | 228 GlobalValueSummary::GVFlags( 233 static_cast<GlobalValueSummary::ImportKind>(FSum.ImportType)),
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | FunctionImport.cpp | 205 ArrayRef<std::unique_ptr<GlobalValueSummary>> CalleeSummaryList, in qualifyCalleeCandidates() 210 CallerModulePath](const std::unique_ptr<GlobalValueSummary> &SummaryPtr) in qualifyCalleeCandidates() 212 const GlobalValueSummary *> { in qualifyCalleeCandidates() 273 static const GlobalValueSummary * 275 ArrayRef<std::unique_ptr<GlobalValueSummary>> CalleeSummaryList, in selectCallee() 277 const GlobalValueSummary *&TooLargeOrNoInlineSummary, in selectCallee() 323 function_ref<bool(GlobalValue::GUID, const GlobalValueSummary *)> 351 onImportingSummaryImpl(const GlobalValueSummary &Summary, in onImportingSummaryImpl() 369 [&](const GlobalValueSummary *RefSummary) -> bool { in onImportingSummaryImpl() 389 VI.getGUID(), GlobalValueSummary::Definition); in onImportingSummaryImpl() [all …]
|
H A D | FunctionAttrs.cpp | 303 function_ref<bool(GlobalValue::GUID, const GlobalValueSummary *)> in calculatePrevailingSummary() 405 function_ref<bool(GlobalValue::GUID, const GlobalValueSummary *)> in thinLTOPropagateFunctionAttrs()
|
H A D | MemProfContextDisambiguation.cpp | 723 llvm::function_ref<bool(GlobalValue::GUID, const GlobalValueSummary *)> 769 llvm::function_ref<bool(GlobalValue::GUID, const GlobalValueSummary *)> 1731 llvm::function_ref<bool(GlobalValue::GUID, const GlobalValueSummary *)> in IndexCallsiteContextGraph() 3926 llvm::function_ref<bool(GlobalValue::GUID, const GlobalValueSummary *)> in run()
|
/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() 181 GlobalValueSummary * 206 propagateAttributesToRefs(GlobalValueSummary *S, in propagateAttributesToRefs() 280 [&](const std::unique_ptr<GlobalValueSummary> &Summary) { in propagateAttributes() 313 for (const std::unique_ptr<GlobalValueSummary> &Summary : in propagateAttributes() 332 bool ModuleSummaryIndex::canImportGlobalVar(const GlobalValueSummary *S, in canImportGlobalVar() 483 static std::string getSummaryAttributes(GlobalValueSummary* GVS) { in getSummaryAttributes() 500 static std::string getNodeLabel(const ValueInfo &VI, GlobalValueSummary *GVS) { in getNodeLabel() 530 static bool hasReadOnlyFlag(const GlobalValueSummary *S) { in hasReadOnlyFlag() [all …]
|
H A D | AsmWriter.cpp | 2705 DenseMap<const GlobalValueSummary *, GlobalValue::GUID> SummaryToGUIDMap; 2765 void printSummary(const GlobalValueSummary &Summary); 3240 static const char *getSummaryKindName(GlobalValueSummary::SummaryKind SK) { in getSummaryKindName() 3242 case GlobalValueSummary::AliasKind: in getSummaryKindName() 3244 case GlobalValueSummary::FunctionKind: in getSummaryKindName() 3246 case GlobalValueSummary::GlobalVarKind: in getSummaryKindName() 3335 static const char *getImportTypeName(GlobalValueSummary::ImportKind IK) { in getImportTypeName() 3337 case GlobalValueSummary::Definition: in getImportTypeName() 3339 case GlobalValueSummary::Declaration: in getImportTypeName() 3571 void AssemblyWriter::printSummary(const GlobalValueSummary &Summary) { in printSummary() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
H A D | MemProfContextDisambiguation.h | 24 class GlobalValueSummary; 52 function_ref<bool(GlobalValue::GUID, const GlobalValueSummary *)> 26 class GlobalValueSummary; global() variable
|
H A D | FunctionImport.h | 41 std::unordered_map<GlobalValue::GUID, GlobalValueSummary::ImportKind>; 96 std::tuple<unsigned, const GlobalValueSummary *, 167 function_ref<bool(GlobalValue::GUID, const GlobalValueSummary *)>
|
H A D | FunctionAttrs.h | 25 class GlobalValueSummary; variable 37 function_ref<bool(GlobalValue::GUID, const GlobalValueSummary *)>
|
/freebsd/contrib/llvm-project/llvm/lib/LTO/ |
H A D | ThinLTOCodeGenerator.cpp | 110 static const GlobalValueSummary * 114 GVSummaryList, [](const std::unique_ptr<GlobalValueSummary> &Summary) { in getFirstDefinitionForLinker() 124 GVSummaryList, [](const std::unique_ptr<GlobalValueSummary> &Summary) { in getFirstDefinitionForLinker() 139 DenseMap<GlobalValue::GUID, const GlobalValueSummary *> &PrevailingCopy) { in computePrevailingCopies() 517 const DenseMap<GlobalValue::GUID, const GlobalValueSummary *> in resolvePrevailingInIndex() 520 auto isPrevailing = [&](GlobalValue::GUID GUID, const GlobalValueSummary *S) { in resolvePrevailingInIndex() 644 const DenseMap<GlobalValue::GUID, const GlobalValueSummary *> &PrevailingCopy; 645 IsPrevailing(const DenseMap<GlobalValue::GUID, const GlobalValueSummary *> in IsPrevailing() 649 bool operator()(GlobalValue::GUID GUID, const GlobalValueSummary *S) const { in operator ()() 696 DenseMap<GlobalValue::GUID, const GlobalValueSummary *> PrevailingCopy; in promote() [all …]
|
H A D | LTO.cpp | 246 auto AddUsedThings = [&](GlobalValueSummary *GS) { in computeLTOCacheKey() 291 GlobalValueSummary *S = in computeLTOCacheKey() 363 DenseSet<GlobalValueSummary *> &GlobalInvolvedWithAlias, in thinLTOResolvePrevailingGUID() 364 function_ref<bool(GlobalValue::GUID, const GlobalValueSummary *)> in thinLTOResolvePrevailingGUID() 440 function_ref<bool(GlobalValue::GUID, const GlobalValueSummary *)> in thinLTOResolvePrevailingInIndex() 448 DenseSet<GlobalValueSummary *> GlobalInvolvedWithAlias; in thinLTOResolvePrevailingInIndex() 462 function_ref<bool(GlobalValue::GUID, const GlobalValueSummary *)> in thinLTOInternalizeAndPromoteGUID() 466 [](const std::unique_ptr<GlobalValueSummary> &Summary) { in thinLTOInternalizeAndPromoteGUID() 542 function_ref<bool(GlobalValue::GUID, const GlobalValueSummary *)> in thinLTOInternalizeAndPromoteInIndex() 1770 auto isPrevailing = [&](GlobalValue::GUID GUID, const GlobalValueSummary *S) { in runThinLTO()
|
H A D | LTOBackend.cpp | 536 if (GlobalValueSummary *GVS = DefinedGlobals.lookup(GV.getGUID())) in dropDeadSymbols()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ModuleSummaryAnalysis.cpp | 657 GlobalValueSummary::GVFlags Flags( in computeFunctionSummary() 660 GlobalValueSummary::ImportKind::Definition); in computeFunctionSummary() 815 GlobalValueSummary::GVFlags Flags( in computeVariableSummary() 818 GlobalValueSummary::Definition); in computeVariableSummary() 862 GlobalValueSummary::GVFlags Flags( in computeAliasSummary() 865 GlobalValueSummary::Definition); in computeAliasSummary() 941 GlobalValueSummary::GVFlags GVFlags( in buildModuleSummaryIndex() 946 GlobalValueSummary::Definition); in buildModuleSummaryIndex()
|
H A D | StackSafetyAnalysis.cpp | 728 GlobalValueSummary* S = nullptr; in findCalleeFunctionSummary()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/ |
H A D | JITSymbol.h | 33 class GlobalValueSummary; variable 183 static JITSymbolFlags fromSummary(GlobalValueSummary *S);
|
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/ |
H A D | LTO.h | 48 function_ref<bool(GlobalValue::GUID, const GlobalValueSummary *)> 60 function_ref<bool(GlobalValue::GUID, const GlobalValueSummary *)>
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | JITSymbol.cpp | 52 JITSymbolFlags llvm::JITSymbolFlags::fromSummary(GlobalValueSummary *S) { in fromSummary()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/ |
H A D | LLParser.h | 308 GlobalValueSummary::ImportKind &Res); 394 bool parseGVFlags(GlobalValueSummary::GVFlags &GVFlags); 436 std::unique_ptr<GlobalValueSummary> Summary,
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-link/ |
H A D | llvm-link.cpp | 386 Entry[F->getGUID()] = GlobalValueSummary::Definition; in importFunctions()
|
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 2122 GlobalValueSummary::ImportKind &Res) { in parseOptionalImportType() 2127 Res = GlobalValueSummary::Definition; in parseOptionalImportType() 2130 Res = GlobalValueSummary::Declaration; in parseOptionalImportType() 9197 unsigned ID, std::unique_ptr<GlobalValueSummary> Summary, LocTy Loc) { in addGlobalValueToIndex() 9382 GlobalValueSummary::GVFlags GVFlags = GlobalValueSummary::GVFlags( in parseFunctionSummary() 9386 GlobalValueSummary::Definition); in parseFunctionSummary() 9470 GlobalValueSummary::GVFlags GVFlags = GlobalValueSummary::GVFlags( in parseVariableSummary() 9474 GlobalValueSummary::Definition); in parseVariableSummary() 9529 GlobalValueSummary::GVFlags GVFlags = GlobalValueSummary::GVFlags( in parseAliasSummary() 9533 GlobalValueSummary::Definition); in parseAliasSummary() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
H A D | BitcodeWriter.cpp | 231 SmallVector<uint64_t, 64> &NameVals, GlobalValueSummary *Summary, 525 using GVInfo = std::pair<GlobalValue::GUID, GlobalValueSummary *>; 1241 static uint64_t getEncodedGVSummaryFlags(GlobalValueSummary::GVFlags Flags, in getEncodedGVSummaryFlags() 4220 SmallVector<uint64_t, 64> &NameVals, GlobalValueSummary *Summary, in writePerModuleFunctionSummaryRecord() 4592 auto shouldImportValueAsDecl = [&](GlobalValueSummary *GVS) -> bool { in writeCombinedGlobalValueSummary() 4603 DenseMap<const GlobalValueSummary *, unsigned> SummaryToValueIdMap; in writeCombinedGlobalValueSummary() 4613 auto MaybeEmitOriginalName = [&](GlobalValueSummary &S) { in writeCombinedGlobalValueSummary() 4630 GlobalValueSummary *S = I.second; in writeCombinedGlobalValueSummary()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | BackendUtil.cpp | 1195 DenseMap<StringRef, DenseMap<GlobalValue::GUID, GlobalValueSummary *>> in runThinLTOBackend()
|
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 1150 static GlobalValueSummary::GVFlags getDecodedGVSummaryFlags(uint64_t RawFlags, in getDecodedGVSummaryFlags() 1157 auto IK = GlobalValueSummary::ImportKind((RawFlags >> 10) & 1); // 1 bit in getDecodedGVSummaryFlags() 1167 return GlobalValueSummary::GVFlags(Linkage, Visibility, NotEligibleToImport, in getDecodedGVSummaryFlags() 7552 GlobalValueSummary *LastSeenSummary = nullptr; in parseEntireSummary()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/ |
H A D | DXILBitcodeWriter.cpp | 174 GlobalValueSummary *Summary,
|