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

/external/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp259 /// AllocaSize - The size of the alloca being considered in bytes.
260 unsigned AllocaSize; member in class:__anon9142::ConvertToScalarInfo
306 : AllocaSize(Size), TD(td), ScalarLoadThreshold(SLT), IsNotTrivial(false),
343 if (ScalarKind == Vector && VectorTy->getBitWidth() != AllocaSize * 8)
359 unsigned BitWidth = AllocaSize * 8;
417 if (EltSize == AllocaSize)
423 if (Offset % EltSize == 0 && AllocaSize % EltSize == 0 &&
428 VectorTy = VectorType::get(In, AllocaSize/EltSize);
443 if (VInTy->getBitWidth()/8 == AllocaSize && Offset == 0) {
552 if (Len->getZExtValue() != AllocaSize || Offse
1499 uint64_t AllocaSize = TD->getTypeAllocSize(AI->getAllocatedType()); local
[all...]

Completed in 130 milliseconds