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);
1110 /// things get coalesced, then it returns true by reference in 'Again'.
1111 bool RegisterCoalescer::JoinCopy(MachineInstr *CopyMI, bool &Again) { argument
1113 Again = false;
1167 Again = true; // May be possible to coalesce later.
1204 Again = true; // May be possible to coalesce later.
1718 bool Again = false; local
1719 if (!JoinCopy(TheCopy, Again))
1720 if (Again)
1725 bool Again = false; local
1732 bool Again = false; local
1780 bool Again = false; local
[all...]

Completed in 89 milliseconds