Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp189 unsigned CounterMappingContext::getMaxCounterID(const Counter &C) const { in getMaxCounterID() function in CounterMappingContext
199 return std::max(getMaxCounterID(E.LHS), getMaxCounterID(E.RHS)); in getMaxCounterID()
222 static unsigned getMaxCounterID(const CounterMappingContext &Ctx, in getMaxCounterID() function
226 MaxCounterID = std::max(MaxCounterID, Ctx.getMaxCounterID(Region.Count)); in getMaxCounterID()
255 Counts.assign(getMaxCounterID(Ctx, Record) + 1, 0); in loadFunctionRecord()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h338 unsigned getMaxCounterID(const Counter &C) const;