Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/GlobalISel/
H A DCSEInfo.cpp150 if (OpcodeHitTable.count(Opc)) in countOpcodeHit()
151 OpcodeHitTable[Opc] += 1; in countOpcodeHit()
153 OpcodeHitTable[Opc] = 1; in countOpcodeHit()
243 OpcodeHitTable.clear(); in releaseMemory()
249 for (auto &It : OpcodeHitTable) { in print()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/GlobalISel/
H A DCSEInfo.h90 DenseMap<unsigned, unsigned> OpcodeHitTable; variable