Home
last modified time | relevance | path

Searched refs:checkForRedundantAssign (Results 1 – 6 of 6) 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.cpp1025 bool checkForRedundantAssign(const Variable *Dest, const Operand *Source) { in checkForRedundantAssign() function
DIceInst.h1129 bool checkForRedundantAssign(const Variable *Dest, const Operand *Source);
DIceInstARM32.h1510 checkForRedundantAssign(getDest(), getSrc(0)); in isRedundantAssign()
DIceInstX8664.h1082 return checkForRedundantAssign(this->getDest(), this->getSrc(0)); in isRedundantAssign()
DIceInstX8632.h1143 return checkForRedundantAssign(this->getDest(), this->getSrc(0)); in isRedundantAssign()