Searched refs:checkForRedundantAssign (Results 1 – 6 of 6) sorted by relevance
1305 return checkForRedundantAssign(getDest(), getSrc(0)); in isRedundantAssign()1339 return checkForRedundantAssign(getDest(), getSrc(0)); in isRedundantAssign()
1025 bool checkForRedundantAssign(const Variable *Dest, const Operand *Source) { in checkForRedundantAssign() function
1129 bool checkForRedundantAssign(const Variable *Dest, const Operand *Source);
1510 checkForRedundantAssign(getDest(), getSrc(0)); in isRedundantAssign()
1082 return checkForRedundantAssign(this->getDest(), this->getSrc(0)); in isRedundantAssign()
1143 return checkForRedundantAssign(this->getDest(), this->getSrc(0)); in isRedundantAssign()