reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

lib/Transforms/Scalar/NewGVN.cpp
  777   bool shouldSwapOperands(const Value *, const Value *) const;

References

lib/Transforms/Scalar/NewGVN.cpp
 1050     if (shouldSwapOperands(Arg1, Arg2))
 1134     if (shouldSwapOperands(E->getOperand(0), E->getOperand(1)))
 1142     if (shouldSwapOperands(E->getOperand(0), E->getOperand(1))) {
 1585   if (shouldSwapOperands(FirstOp, SecondOp)) {
 1843   if (shouldSwapOperands(Op0, Op1)) {
 1910       if (shouldSwapOperands(BranchOp0, BranchOp1)) {