Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h684 uint64_t getMaximumFunctionCount(bool UseCS) { in getMaximumFunctionCount() function
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1577 ProgramMaxCount = PGOReader->getMaximumFunctionCount(IsCS); in readCounters()