Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DProfileSummary.cpp26 static Metadata *getKeyValMD(LLVMContext &Context, const char *Key, in getKeyValMD() function
44 static Metadata *getKeyValMD(LLVMContext &Context, const char *Key, in getKeyValMD() function
84 Components.push_back(getKeyValMD(Context, "ProfileFormat", KindStr[PSK])); in getMD()
85 Components.push_back(getKeyValMD(Context, "TotalCount", getTotalCount())); in getMD()
86 Components.push_back(getKeyValMD(Context, "MaxCount", getMaxCount())); in getMD()
88 getKeyValMD(Context, "MaxInternalCount", getMaxInternalCount())); in getMD()
90 getKeyValMD(Context, "MaxFunctionCount", getMaxFunctionCount())); in getMD()
91 Components.push_back(getKeyValMD(Context, "NumCounts", getNumCounts())); in getMD()
92 Components.push_back(getKeyValMD(Context, "NumFunctions", getNumFunctions())); in getMD()
95 getKeyValMD(Context, "IsPartialProfile", isPartialProfile())); in getMD()