Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/
H A DCSEInfo.h152 void countOpcodeHit(unsigned Opc);
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DCSEMIRBuilder.cpp46 CSEInfo->countOpcodeHit(MI->getOpcode()); in getDominatingInstrForID()
H A DCSEInfo.cpp168 void GISelCSEInfo::countOpcodeHit(unsigned Opc) { in countOpcodeHit() function in GISelCSEInfo