Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DProfDataUtils.h27 LLVM_ABI static const char *FunctionEntryCount; member
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DProfDataUtils.cpp94 const char *MDProfLabels::FunctionEntryCount = "function_entry_count"; member in llvm::MDProfLabels
H A DFunction.cpp1125 if (MDS->getString() == MDProfLabels::FunctionEntryCount) { in getEntryCount()
1148 if (MDS->getString() == MDProfLabels::FunctionEntryCount) in getImportGUIDs()
H A DMDBuilder.cpp80 Ops.push_back(createString(MDProfLabels::FunctionEntryCount)); in createFunctionEntryCount()
H A DVerifier.cpp2546 Check(ProfName == MDProfLabels::FunctionEntryCount || in verifyFunctionMetadata()