Searched refs:Commuted (Results 1 – 4 of 4) sorted by relevance
479 bool Commuted = false; in ProcessBlock() local483 Commuted = true; in ProcessBlock()638 if (Commuted) in ProcessBlock()
583 bool &Commuted) const { in hasReassociableSibling()592 Commuted = MI1->getOpcode() != AssocOpcode && MI2->getOpcode() == AssocOpcode; in hasReassociableSibling()593 if (Commuted) in hasReassociableSibling()610 bool &Commuted) const { in isReassociationCandidate()613 hasReassociableSibling(Inst, Commuted); in isReassociationCandidate()
1232 bool Commuted = tryInstructionCommute(&MI, DstIdx, SrcIdx, regBKilled, Dist); in tryInstructionTransform() local1242 if (Commuted && !MI.isConvertibleTo3Addr()) in tryInstructionTransform()1250 if (!Commuted && EnableRescheduling && rescheduleMIBelowKill(mi, nmi, regB)) { in tryInstructionTransform()1257 if (Commuted) { in tryInstructionTransform()1275 if (Commuted) in tryInstructionTransform()
810 bool isReassociationCandidate(const MachineInstr &Inst, bool &Commuted) const;822 bool hasReassociableSibling(const MachineInstr &Inst, bool &Commuted) const;