Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Again

147     /// coalesced, then it returns true by reference in 'Again'.
148 bool joinCopy(MachineInstr *TheCopy, bool &Again);
1341 bool RegisterCoalescer::joinCopy(MachineInstr *CopyMI, bool &Again) {
1343 Again = false;
1426 Again = true; // May be possible to coalesce later.
1479 Again = true; // May be possible to coalesce later.
2040 // another block, this flag is cleared again.
2811 bool Again = false;
2812 bool Success = joinCopy(CurrList[i], Again);
2814 if (Success || !Again)