Home
last modified time | relevance | path

Searched refs:checkForRedundantAssign (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceInstMIPS32.h1305 return checkForRedundantAssign(getDest(), getSrc(0)); in isRedundantAssign()
1339 return checkForRedundantAssign(getDest(), getSrc(0)); in isRedundantAssign()
DIceInst.cpp1094 bool checkForRedundantAssign(const Variable *Dest, const Operand *Source) { in checkForRedundantAssign() function
DIceInst.h1175 bool checkForRedundantAssign(const Variable *Dest, const Operand *Source);
DIceInstARM32.h1511 checkForRedundantAssign(getDest(), getSrc(0)); in isRedundantAssign()
DIceInstX86Base.h1107 return checkForRedundantAssign(this->getDest(), this->getSrc(0)); in isRedundantAssign()