Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Commuted

58 STATISTIC(NumCommuted        , "Number of instructions commuted to coalesce");
59 STATISTIC(NumAggrCommuted , "Number of instructions aggressively commuted");
656 DEBUG(dbgs() << "2addr: COMMUTED TO: " << *NewMI);
1227 bool Commuted = tryInstructionCommute(&MI, DstIdx, SrcIdx, regBKilled, Dist);
1237 if (Commuted && !MI.isConvertibleTo3Addr())
1245 if (!Commuted && EnableRescheduling && rescheduleMIBelowKill(mi, nmi, regB)) {
1250 // If we commuted, regB may have changed so we should re-sample it to avoid
1252 if (Commuted) {
1269 // Return if it is commuted but 3 addr conversion is failed.
1270 if (Commuted)
1466 // instruction was commuted.