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

/external/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp113 /// isMemCpyDst - This is true if this aggregate is memcpy'd into.
114 bool isMemCpyDst : 1; member in struct:__anon9141::SROA::AllocaInfo
127 : AI(ai), isUnsafe(false), isMemCpySrc(false), isMemCpyDst(false),
1815 Info.isMemCpyDst = true;
2592 if (Info.isMemCpySrc && Info.isMemCpyDst &&

Completed in 142 milliseconds