Searched refs:MaxInstStorageSize (Results 1 – 1 of 1) sorted by relevance
41 unsigned MaxInstStorageSize = InstStorage.size(); in printStatistic() local42 if (MaxInstStorageSize <= TotalCounter) { in printStatistic()43 auto Ratio = double(MaxInstStorageSize) / double(TotalCounter); in printStatistic()44 OS << "Cache ratio = " << MaxInstStorageSize << " / " << TotalCounter in printStatistic()