Home | History | Annotate | Download | only in CodeGen

Lines Matching full:coalesced

97     /// WorkList - Copy instructions yet to be coalesced.
124 /// copies that cannot yet be coalesced into WorkList.
133 /// true if the copy was successfully coalesced away. If it is not
135 /// other things get coalesced, then it returns true by reference in
163 /// its other operand is coalesced to the copy dest register, see if we
548 /// commutable instruction and its other operand is coalesced to the copy dest
622 // If some of the uses of IntA.reg is already coalesced away, return false.
1026 /// if the copy was successfully coalesced away. If it is not currently
1028 /// things get coalesced, then it returns true by reference in 'Again'.
1058 // Coalesced copies are normally removed immediately, but transformations
1063 DEBUG(dbgs() << "\tCopy already coalesced: " << LI << '\n');
1422 /// Erase any machine instructions that have been coalesced away.