Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DCSEInfo.cpp169 if (OpcodeHitTable.count(Opc)) in countOpcodeHit()
170 OpcodeHitTable[Opc] += 1; in countOpcodeHit()
172 OpcodeHitTable[Opc] = 1; in countOpcodeHit()
259 OpcodeHitTable.clear(); in releaseMemory()
297 : OpcodeHitTable) { in print()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DCSEInfo.h90 DenseMap<unsigned, unsigned> OpcodeHitTable; variable