Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/MCA/
H A DIncrementalSourceMgr.cpp41 unsigned MaxInstStorageSize = InstStorage.size(); in printStatistic() local
42 if (MaxInstStorageSize <= TotalCounter) { in printStatistic()
43 auto Ratio = double(MaxInstStorageSize) / double(TotalCounter); in printStatistic()
44 OS << "Cache ratio = " << MaxInstStorageSize << " / " << TotalCounter in printStatistic()