Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MCA/
H A DIncrementalSourceMgr.cpp25 TotalCounter = 0U; in clear()
30 ++TotalCounter; in updateNext()
42 if (MaxInstStorageSize <= TotalCounter) { in printStatistic()
43 auto Ratio = double(MaxInstStorageSize) / double(TotalCounter); in printStatistic()
44 OS << "Cache ratio = " << MaxInstStorageSize << " / " << TotalCounter in printStatistic()
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/
H A DIncrementalSourceMgr.h38 unsigned TotalCounter = 0U; variable
66 return SourceRef(TotalCounter, *Staging.front()); in peekNext()