Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dgvn.cc383 if (current->IsBinaryOperation() && current->AsBinaryOperation()->IsCommutative()) { in VisitBasicBlock()
Dnodes.h1874 virtual bool IsCommutative() const { return false; } in IsCommutative() function
1892 DCHECK(IsCommutative()); in OrderInputs()
1968 bool IsCommutative() const OVERRIDE { return true; } in IsCommutative() function
1992 bool IsCommutative() const OVERRIDE { return true; } in IsCommutative() function
2693 bool IsCommutative() const OVERRIDE { return true; } in IsCommutative() function
2731 bool IsCommutative() const OVERRIDE { return true; } in IsCommutative() function
2880 bool IsCommutative() const OVERRIDE { return true; } in IsCommutative() function
2896 bool IsCommutative() const OVERRIDE { return true; } in IsCommutative() function
2912 bool IsCommutative() const OVERRIDE { return true; } in IsCommutative() function
Dnodes.cc853 } else if (IsCommutative() && GetLeft()->IsConstant()) { in GetConstantRight()