Searched defs:AllocaSize (Results 1 – 7 of 7) sorted by relevance
218 const Value *AllocaPtr, uint64_t AllocaSize) { in IsAccessSafe()257 uint64_t AllocaSize) { in IsMemIntrinsicSafe()275 bool SafeStack::IsSafeStackAlloca(const Value *AllocaPtr, uint64_t AllocaSize) { in IsSafeStackAlloca()
202 unsigned AllocaSize = Ty->isSized() ? DL.getTypeAllocSize(Ty) : 0; in getUnrollingPreferences() local1256 unsigned AllocaSize = 0; in getCallArgsTotalAllocaSize() local1282 unsigned AllocaSize = getCallArgsTotalAllocaSize(CB, DL); in adjustInliningThreshold() local1293 auto AllocaSize = getCallArgsTotalAllocaSize(CB, DL); in getCallerAllocaCost() local
70 auto AllocaSize = AI->getAllocationSize(DL); in findMatchingAlloca() local
1411 if (std::optional<TypeSize> AllocaSize = in hasUndefContents() local1979 std::optional<TypeSize> AllocaSize = AI->getAllocationSize(DL); in processImmutArgument() local
5224 uint64_t AllocaSize = in splitAlloca() local5288 uint64_t AllocaSize = in splitAlloca() local
190 uint64_t AllocaSize = DL.getTypeStoreSize(AI->getAllocatedType()); in isDereferenceableForAllocaSize() local
2656 ConstantInt *AllocaSize = nullptr; in InlineFunction() local