Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DCSEInfo.cpp166 if (OpcodeHitTable.count(Opc)) in countOpcodeHit()
167 OpcodeHitTable[Opc] += 1; in countOpcodeHit()
169 OpcodeHitTable[Opc] = 1; in countOpcodeHit()
259 OpcodeHitTable.clear(); in releaseMemory()
265 : OpcodeHitTable) { in print()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DCSEInfo.h92 DenseMap<unsigned, unsigned> OpcodeHitTable; variable