Searched refs:OpcodeHitTable (Results 1 – 2 of 2) sorted by relevance
174 if (OpcodeHitTable.count(Opc)) in countOpcodeHit()175 OpcodeHitTable[Opc] += 1; in countOpcodeHit()177 OpcodeHitTable[Opc] = 1; in countOpcodeHit()266 OpcodeHitTable.clear(); in releaseMemory()317 : OpcodeHitTable) { in print()
90 DenseMap<unsigned, unsigned> OpcodeHitTable; variable