Searched refs:TheCopy (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp119 bool JoinCopy(MachineInstr *TheCopy, bool &Again);
1717 MachineInstr *TheCopy = ImpDefCopies[i]; local
1719 if (!JoinCopy(TheCopy, Again))
1721 TryAgain.push_back(TheCopy);
1724 MachineInstr *TheCopy = PhysCopies[i]; local
1726 if (!JoinCopy(TheCopy, Again))
1728 TryAgain.push_back(TheCopy);
1731 MachineInstr *TheCopy = VirtCopies[i]; local
1733 if (!JoinCopy(TheCopy, Again))
1735 TryAgain.push_back(TheCopy);
1776 MachineInstr *&TheCopy = TryAgainList[i]; local
[all...]
/external/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp2494 isOnlyCopiedFromConstantGlobal(Value *V, MemTransferInst *&TheCopy, argument
2512 if (!isOnlyCopiedFromConstantGlobal(BCI, TheCopy, isOffset,
2520 if (!isOnlyCopiedFromConstantGlobal(GEP, TheCopy,
2571 if (TheCopy) return false;
2585 TheCopy = MI;
2596 MemTransferInst *TheCopy = 0; local
2597 if (::isOnlyCopiedFromConstantGlobal(AI, TheCopy, false, ToDelete))
2598 return TheCopy;

Completed in 27 milliseconds