Searched refs:checkForRedundantAssign (Results 1 – 5 of 5) sorted by relevance
1305 return checkForRedundantAssign(getDest(), getSrc(0)); in isRedundantAssign()1339 return checkForRedundantAssign(getDest(), getSrc(0)); in isRedundantAssign()
1094 bool checkForRedundantAssign(const Variable *Dest, const Operand *Source) { in checkForRedundantAssign() function
1175 bool checkForRedundantAssign(const Variable *Dest, const Operand *Source);
1511 checkForRedundantAssign(getDest(), getSrc(0)); in isRedundantAssign()
1107 return checkForRedundantAssign(this->getDest(), this->getSrc(0)); in isRedundantAssign()