Searched defs:AllocaSize (Results 1 – 7 of 7) sorted by relevance
218 const Value *AllocaPtr, uint64_t AllocaSize) { in IsAccessSafe() argument 257 uint64_t AllocaSize) { in IsMemIntrinsicSafe() argument 275 bool SafeStack::IsSafeStackAlloca(const Value *AllocaPtr, uint64_t AllocaSize) { in IsSafeStackAlloca() argument [all...]
202 unsigned AllocaSize = Ty->isSized() ? DL.getTypeAllocSize(Ty) : 0; in getUnrollingPreferences() local 1244 unsigned AllocaSize = 0; getCallArgsTotalAllocaSize() local 1270 unsigned AllocaSize = getCallArgsTotalAllocaSize(CB, DL); adjustInliningThreshold() local 1281 auto AllocaSize = getCallArgsTotalAllocaSize(CB, DL); getCallerAllocaCost() local [all...]
70 auto AllocaSize = AI->getAllocationSize(DL); in findMatchingAlloca() local
1342 if (std::optional<TypeSize> AllocaSize = hasUndefContents() local 1910 std::optional<TypeSize> AllocaSize = AI->getAllocationSize(DL); processImmutArgument() local
4987 uint64_t AllocaSize = splitAlloca() local 5052 uint64_t AllocaSize = splitAlloca() local 5070 uint64_t AllocaSize = splitAlloca() local
190 uint64_t AllocaSize = DL.getTypeStoreSize(AI->getAllocatedType()); in isDereferenceableForAllocaSize() local
2553 ConstantInt *AllocaSize = nullptr; InlineFunction() local