Searched defs:Again (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp118 /// 'Again'.
119 bool joinCopy(MachineInstr *TheCopy, bool &Again);
910 /// things get coalesced, then it returns true by reference in 'Again'.
911 bool RegisterCoalescer::joinCopy(MachineInstr *CopyMI, bool &Again) { argument
913 Again = false;
1020 Again = true; // May be possible to coalesce later.
1483 bool Again = false; local
1484 bool Success = joinCopy(WorkList[i], Again);
1486 if (Success || !Again)

Completed in 76 milliseconds