Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DProfileSummary.h94 uint64_t getMaxInternalCount() const { return MaxInternalCount; } in getMaxInternalCount() function
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DProfileSummary.cpp88 getKeyValMD(Context, "MaxInternalCount", getMaxInternalCount())); in getMD()
/freebsd-src/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp434 TheSummary->set(Summary::MaxInternalBlockCount, PS.getMaxInternalCount()); in writeImpl()
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp2939 OS << "Maximum internal block count: " << PS->getMaxInternalCount() << "\n";