Home
last modified time | relevance | path

Searched refs:countOpcodeHit (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DCSEInfo.h152 void countOpcodeHit(unsigned Opc);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DCSEMIRBuilder.cpp42 CSEInfo->countOpcodeHit(MI->getOpcode()); in getDominatingInstrForID()
DCSEInfo.cpp164 void GISelCSEInfo::countOpcodeHit(unsigned Opc) { in countOpcodeHit() function in GISelCSEInfo