Searched refs:getKeyValMD (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | ProfileSummary.cpp | 29 static Metadata *getKeyValMD(LLVMContext &Context, const char *Key, in getKeyValMD() function 39 static Metadata *getKeyValMD(LLVMContext &Context, const char *Key, in getKeyValMD() function 73 getKeyValMD(Context, "ProfileFormat", KindStr[PSK]), in getMD() 74 getKeyValMD(Context, "TotalCount", getTotalCount()), in getMD() 75 getKeyValMD(Context, "MaxCount", getMaxCount()), in getMD() 76 getKeyValMD(Context, "MaxInternalCount", getMaxInternalCount()), in getMD() 77 getKeyValMD(Context, "MaxFunctionCount", getMaxFunctionCount()), in getMD() 78 getKeyValMD(Context, "NumCounts", getNumCounts()), in getMD() 79 getKeyValMD(Context, "NumFunctions", getNumFunctions()), in getMD()
|