Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h641 uint64_t getMaximumFunctionCount(bool UseCS) { in getMaximumFunctionCount() function
/llvm-project-15.0.7/llvm/unittests/ProfileData/
H A DInstrProfTest.cpp1004 ASSERT_EQ(1ULL << 63, Reader->getMaximumFunctionCount(/* IsCS */ false)); in TEST_P()
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1297 ProgramMaxCount = PGOReader->getMaximumFunctionCount(IsCS); in readCounters()