Searched refs:Commuted (Results 1 – 5 of 5) sorted by relevance
519 bool Commuted = false; in ProcessBlock() local522 Commuted = true; in ProcessBlock()677 if (Commuted) in ProcessBlock()
679 bool &Commuted) const { in hasReassociableSibling()688 Commuted = MI1->getOpcode() != AssocOpcode && MI2->getOpcode() == AssocOpcode; in hasReassociableSibling()689 if (Commuted) in hasReassociableSibling()706 bool &Commuted) const { in isReassociationCandidate()709 hasReassociableSibling(Inst, Commuted); in isReassociationCandidate()
1285 bool Commuted = tryInstructionCommute(&MI, DstIdx, SrcIdx, regBKilled, Dist); in tryInstructionTransform() local1295 if (Commuted && !MI.isConvertibleTo3Addr()) in tryInstructionTransform()1303 if (!Commuted && EnableRescheduling && rescheduleMIBelowKill(mi, nmi, regB)) { in tryInstructionTransform()1310 if (Commuted) { in tryInstructionTransform()1328 if (Commuted) in tryInstructionTransform()
41 bool Commuted; member48 Commuted(Commuted_) { in FoldCandidate()72 return Commuted; in isCommuted()
960 bool isReassociationCandidate(const MachineInstr &Inst, bool &Commuted) const;972 bool hasReassociableSibling(const MachineInstr &Inst, bool &Commuted) const;