Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DProfileSummary.cpp29 static Metadata *getKeyValMD(LLVMContext &Context, const char *Key, in getKeyValMD() function
39 static Metadata *getKeyValMD(LLVMContext &Context, const char *Key, in getKeyValMD() function
73 Components.push_back(getKeyValMD(Context, "ProfileFormat", KindStr[PSK])); in getMD()
75 Components.push_back(getKeyValMD(Context, "TotalCount", getTotalCount())); in getMD()
76 Components.push_back(getKeyValMD(Context, "MaxCount", getMaxCount())); in getMD()
78 getKeyValMD(Context, "MaxInternalCount", getMaxInternalCount())); in getMD()
80 getKeyValMD(Context, "MaxFunctionCount", getMaxFunctionCount())); in getMD()
81 Components.push_back(getKeyValMD(Context, "NumCounts", getNumCounts())); in getMD()
82 Components.push_back(getKeyValMD(Context, "NumFunctions", getNumFunctions())); in getMD()