Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCtxProfAnalysis.h34 uint32_t NextCounterIndex = 0; member
84 return FuncInfo.find(getDefinedFunctionGUID(F))->second.NextCounterIndex; in getNumCounters()
94 return FuncInfo.find(getDefinedFunctionGUID(F))->second.NextCounterIndex++; in allocateNextCounterIndex()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCtxProfAnalysis.cpp541 It->second.NextCounterIndex = MaxCounters; in run()
572 << ". MaxCounterID: " << FuncInfo.NextCounterIndex in run()