Home
last modified time | relevance | path

Searched refs:GlobalValueSummary (Results 1 – 25 of 25) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h134 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 DModuleSummaryIndexYAML.h228 GlobalValueSummary::GVFlags(
233 static_cast<GlobalValueSummary::ImportKind>(FSum.ImportType)),
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp205 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 DFunctionAttrs.cpp303 function_ref<bool(GlobalValue::GUID, const GlobalValueSummary *)> in calculatePrevailingSummary()
405 function_ref<bool(GlobalValue::GUID, const GlobalValueSummary *)> in thinLTOPropagateFunctionAttrs()
H A DMemProfContextDisambiguation.cpp723 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 DModuleSummaryIndex.cpp62 [](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 DAsmWriter.cpp2705 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 DMemProfContextDisambiguation.h24 class GlobalValueSummary;
52 function_ref<bool(GlobalValue::GUID, const GlobalValueSummary *)>
26 class GlobalValueSummary; global() variable
H A DFunctionImport.h41 std::unordered_map<GlobalValue::GUID, GlobalValueSummary::ImportKind>;
96 std::tuple<unsigned, const GlobalValueSummary *,
167 function_ref<bool(GlobalValue::GUID, const GlobalValueSummary *)>
H A DFunctionAttrs.h25 class GlobalValueSummary; variable
37 function_ref<bool(GlobalValue::GUID, const GlobalValueSummary *)>
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp110 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 DLTO.cpp246 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 DLTOBackend.cpp536 if (GlobalValueSummary *GVS = DefinedGlobals.lookup(GV.getGUID())) in dropDeadSymbols()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp657 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 DStackSafetyAnalysis.cpp728 GlobalValueSummary* S = nullptr; in findCalleeFunctionSummary()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DJITSymbol.h33 class GlobalValueSummary; variable
183 static JITSymbolFlags fromSummary(GlobalValueSummary *S);
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTO.h48 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 DJITSymbol.cpp52 JITSymbolFlags llvm::JITSymbolFlags::fromSummary(GlobalValueSummary *S) { in fromSummary()
/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h308 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 Dllvm-link.cpp386 Entry[F->getGUID()] = GlobalValueSummary::Definition; in importFunctions()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp2122 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 DBitcodeWriter.cpp231 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 DBackendUtil.cpp1195 DenseMap<StringRef, DenseMap<GlobalValue::GUID, GlobalValueSummary *>> in runThinLTOBackend()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1150 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 DDXILBitcodeWriter.cpp174 GlobalValueSummary *Summary,