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

/external/llvm/lib/Analysis/IPA/
H A DInlineCost.cpp67 uint64_t AllocatedSize; member in class:__anon25683::CallAnalyzer
149 AllocatedSize(0), NumInstructions(0), NumVectorInstructions(0),
280 AllocatedSize += Ty->getPrimitiveSizeInBits() * AllocSize->getZExtValue();
288 AllocatedSize += (DL ? DL->getTypeAllocSize(Ty) :
919 AllocatedSize > InlineConstants::TotalAllocaSizeRecursiveCaller)
1141 AllocatedSize > InlineConstants::TotalAllocaSizeRecursiveCaller)

Completed in 713 milliseconds