Searched refs:OpcodeHitTable (Results 1 – 2 of 2) sorted by relevance
170 if (OpcodeHitTable.count(Opc)) in countOpcodeHit()171 OpcodeHitTable[Opc] += 1; in countOpcodeHit()173 OpcodeHitTable[Opc] = 1; in countOpcodeHit()260 OpcodeHitTable.clear(); in releaseMemory()311 : OpcodeHitTable) { in print()
90 DenseMap<unsigned, unsigned> OpcodeHitTable; variable