Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h786 uint64_t getMaximumFunctionCount(bool UseCS) { in getMaximumFunctionCount() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1415 ProgramMaxCount = PGOReader->getMaximumFunctionCount(IsCS); in readCounters()