Searched refs:isArrayAllocation (Results 1 – 21 of 21) sorted by relevance
161 if (AI->isArrayAllocation()) in isDereferenceableForAllocaSize()173 if (!AI.isArrayAllocation()) { in simplifyAllocaArraySize()365 if (AI.isArrayAllocation()) in visitAllocaInst()
304 if (AI->isArrayAllocation()) { in RequiresStackProtector()
226 if (AI->isArrayAllocation()) { in getStaticAllocaAllocationSize()
672 if (!I.isArrayAllocation()) in visitAllocaInst()958 assert(I.isArrayAllocation()); in visitAllocaInst()
446 if (!AI->isArrayAllocation() && ATy->isSized()) in visitMemoryReference()
157 if (AI.isArrayAllocation()) { in getStaticAllocaSizeRange()
1046 if (I.isArrayAllocation()) { in visitAlloca()
849 if (!I.isStaticAlloca() || I.isArrayAllocation()) in handleAlloca()1083 if (!I.isStaticAlloca() || I.isArrayAllocation()) in handlePromoteAllocaToVector()
464 if (AI->isArrayAllocation()) { in EvaluateBlock()
1520 return AI->isArrayAllocation() || in isArray()
170 if (!ATy || AI->isArrayAllocation()) in mergeInlinedArrayAllocas()
882 if (AI.isArrayAllocation()) { in getAllocaSizeInBytes()1294 if (AI->isArrayAllocation()) { in sanitizeFunction()
629 if (AI.isArrayAllocation()) { in getAllocaSizeInBytes()
3882 if (I.isArrayAllocation()) in instrumentAlloca()
500 Info.AI->isArrayAllocation() in alignAndPadAlloca()
862 if (!AI->isArrayAllocation()) { in getPointerDereferenceableBytes()
55 if (isArrayAllocation()) { in getAllocationSizeInBits()1365 bool AllocaInst::isArrayAllocation() const { in isArrayAllocation() function in AllocaInst
4276 if (!AI->getArraySize() || AI->isArrayAllocation() || in printInstruction()
446 if (AI->isArrayAllocation()) { in addFieldForAlloca()1700 if (Alloca->isArrayAllocation()) in insertSpills()
95 bool isArrayAllocation() const;
4619 if (AI.isArrayAllocation() || !AT->isSized() || isa<ScalableVectorType>(AT) || in runOnAlloca()