Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DProfileSummary.cpp27 static Metadata *getKeyValMD(LLVMContext &Context, const char *Key, in getKeyValMD() function
45 static Metadata *getKeyValMD(LLVMContext &Context, const char *Key, in getKeyValMD() function
85 Components.push_back(getKeyValMD(Context, "ProfileFormat", KindStr[PSK])); in getMD()
86 Components.push_back(getKeyValMD(Context, "TotalCount", getTotalCount())); in getMD()
87 Components.push_back(getKeyValMD(Context, "MaxCount", getMaxCount())); in getMD()
89 getKeyValMD(Context, "MaxInternalCount", getMaxInternalCount())); in getMD()
91 getKeyValMD(Context, "MaxFunctionCount", getMaxFunctionCount())); in getMD()
92 Components.push_back(getKeyValMD(Context, "NumCounts", getNumCounts())); in getMD()
93 Components.push_back(getKeyValMD(Context, "NumFunctions", getNumFunctions())); in getMD()
96 getKeyValMD(Context, "IsPartialProfile", isPartialProfile())); in getMD()