Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DCSEInfo.cpp174 if (OpcodeHitTable.count(Opc)) in countOpcodeHit()
175 OpcodeHitTable[Opc] += 1; in countOpcodeHit()
177 OpcodeHitTable[Opc] = 1; in countOpcodeHit()
264 OpcodeHitTable.clear(); in releaseMemory()
315 : OpcodeHitTable) { in print()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DCSEInfo.h90 DenseMap<unsigned, unsigned> OpcodeHitTable; variable