Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp536 unsigned CounterMappingContext::getMaxCounterID(const Counter &C) const { in getMaxCounterID() function in CounterMappingContext
609 static unsigned getMaxCounterID(const CounterMappingContext &Ctx, in getMaxCounterID() function
613 MaxCounterID = std::max(MaxCounterID, Ctx.getMaxCounterID(Region.Count)); in getMaxCounterID()
824 Counts.assign(getMaxCounterID(Ctx, Record) + 1, 0); in loadFunctionRecord()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h683 unsigned getMaxCounterID(const Counter &C) const;