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

/external/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp136 /// '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) { argument
1031 Again = false;
1089 Again = true; // May be possible to coalesce later.
1139 Again = true; // May be possible to coalesce later.
2113 bool Again = false; local
2114 bool Success = joinCopy(CurrList[i], Again);
2116 if (Success || !Again)
[all...]

Completed in 65 milliseconds