Lines Matching refs:Again
136 /// 'Again'.
137 bool joinCopy(MachineInstr *TheCopy, bool &Again);
1028 /// things get coalesced, then it returns true by reference in 'Again'.
1029 bool RegisterCoalescer::joinCopy(MachineInstr *CopyMI, bool &Again) {
1031 Again = false;
1089 Again = true; // May be possible to coalesce later.
1139 Again = true; // May be possible to coalesce later.
1521 // another block, this flag is cleared again.
2113 bool Again = false;
2114 bool Success = joinCopy(CurrList[i], Again);
2116 if (Success || !Again)