Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DProfileSummary.h90 uint64_t getMaxFunctionCount() { return MaxFunctionCount; } in getMaxFunctionCount() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h522 return CS_Summary->getMaxFunctionCount(); in getMaximumFunctionCount()
525 return Summary->getMaxFunctionCount(); in getMaximumFunctionCount()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DProfileSummary.cpp91 getKeyValMD(Context, "MaxFunctionCount", getMaxFunctionCount())); in getMD()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp278 TheSummary->set(Summary::MaxFunctionCount, PS.getMaxFunctionCount()); in setSummary()
H A DSampleProfWriter.cpp671 encodeULEB128(Summary->getMaxFunctionCount(), OS); in writeSummary()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp2223 OS << "Maximum function count: " << PS->getMaxFunctionCount() << "\n"; in showInstrProfile()