Searched refs:TotalBits (Results 1 – 5 of 5) sorted by relevance
356 uint64_t TotalBits; member358 PerRecordStats() : NumInstances(0), NumAbbrev(0), TotalBits(0) {} in PerRecordStats()499 BlockStats.CodeFreq[Code].TotalBits += in ParseBlock()754 (unsigned long)RecStats.TotalBits); in AnalyzeBitcode()
99 INT TotalBits; member
126 LastRecordedBlockCoverage, TotalBits(), in PrintStats()136 if (auto TB = TotalBits()) in PrintStats()
176 size_t TotalBits() { // Slow. Call it only for printing stats. in TotalBits() function
921 unsigned TotalBits = ShAmount->getZExtValue() + ExtendTy.getSizeInBits(); in performSRACombine() local923 if (TotalBits == 32 || in performSRACombine()925 TotalBits <= 32)) { in performSRACombine()