Searched defs:AllocaSize (Results 1 – 7 of 7) sorted by relevance
236 const Value *AllocaPtr, uint64_t AllocaSize) { in IsAccessSafe()266 uint64_t AllocaSize) { in IsMemIntrinsicSafe()284 bool SafeStack::IsSafeStackAlloca(const Value *AllocaPtr, uint64_t AllocaSize) { in IsSafeStackAlloca()
78 int64_t AllocaSize = AllocaSizeInBits.getValue() / 8; in findMatchingAlloca() local
196 unsigned AllocaSize = Ty->isSized() ? DL.getTypeAllocSize(Ty) : 0; in getUnrollingPreferences() local1205 uint64_t AllocaSize = 0; in adjustInliningThreshold() local
163 uint64_t AllocaSize = DL.getTypeStoreSize(AI->getAllocatedType()); in isDereferenceableForAllocaSize() local
4435 uint64_t AllocaSize = in splitAlloca() local4500 uint64_t AllocaSize = in splitAlloca() local4519 uint64_t AllocaSize = in splitAlloca() local
1279 if (Optional<TypeSize> AllocaSize = Alloca->getAllocationSizeInBits(DL)) in hasUndefContentsMSSA() local
2204 ConstantInt *AllocaSize = nullptr; in InlineFunction() local