Home
last modified time | relevance | path

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

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