HomeSort by: relevance | last modified time | path
    Searched refs:OpcodeHitTable (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
CSEInfo.cpp 169 if (OpcodeHitTable.count(Opc))
170 OpcodeHitTable[Opc] += 1;
172 OpcodeHitTable[Opc] = 1;
259 OpcodeHitTable.clear();
297 : OpcodeHitTable) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
CSEInfo.h 90 DenseMap<unsigned, unsigned> OpcodeHitTable;

Completed in 31 milliseconds