Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCSEInfo.cpp184 ++OpcodeHitTable[Opc]; in countOpcodeHit()
273 OpcodeHitTable.clear(); in releaseMemory()
324 for (auto &It : OpcodeHitTable) in print()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCSEInfo.h92 DenseMap<unsigned, unsigned> OpcodeHitTable; variable