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

/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DSROA.cpp1143 const MemTransferOffsets &MTO = MemTransferInstData.lookup(II); local
1145 if (!MTO.IsSplittable)
1146 IsDest = UI->BeginOffset == MTO.DestBegin;
1148 IsDest = MTO.DestBegin != 0u;
1150 << "[" << (IsDest ? MTO.DestBegin : MTO.SourceBegin)
1151 << "," << (IsDest ? MTO.DestEnd : MTO.SourceEnd) << ")\n";
1699 const AllocaPartitioning::MemTransferOffsets &MTO local
1701 if (!MTO
1751 const AllocaPartitioning::MemTransferOffsets &MTO local
2444 const AllocaPartitioning::MemTransferOffsets &MTO local
[all...]

Completed in 123 milliseconds