Home
last modified time | relevance | path

Searched refs:IsWholeAlloca (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DSROA.cpp2804 bool IsWholeAlloca = NewBeginOffset == NewAllocaBeginOffset && in visitMemTransferInst() local
2815 if (VecTy && !IsWholeAlloca) { in visitMemTransferInst()
2822 } else if (IntTy && !IsWholeAlloca) { in visitMemTransferInst()
2839 if (VecTy && !IsWholeAlloca && !IsDest) { in visitMemTransferInst()
2842 } else if (IntTy && !IsWholeAlloca && !IsDest) { in visitMemTransferInst()
2852 if (VecTy && !IsWholeAlloca && IsDest) { in visitMemTransferInst()
2856 } else if (IntTy && !IsWholeAlloca && IsDest) { in visitMemTransferInst()