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

Declarations

include/llvm/CodeGen/TargetInstrInfo.h
 1034   bool isReassociationCandidate(const MachineInstr &Inst, bool &Commuted) const;

References

lib/CodeGen/TargetInstrInfo.cpp
  745   if (isReassociationCandidate(Root, Commute)) {