Searched refs:isArrayAllocation (Results 1 – 22 of 22) sorted by relevance
161 if (AI->isArrayAllocation()) in isDereferenceableForAllocaSize()173 if (!AI.isArrayAllocation()) { in simplifyAllocaArraySize()377 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()
1264 if (I.isArrayAllocation()) { in visitAlloca()
849 if (!I.isStaticAlloca() || I.isArrayAllocation()) in handleAlloca()1083 if (!I.isStaticAlloca() || I.isArrayAllocation()) in handlePromoteAllocaToVector()
474 if (AI->isArrayAllocation()) { in EvaluateBlock()
1529 return AI->isArrayAllocation() || in isArray()
502 Info.AI->isArrayAllocation() in alignAndPadAlloca()
961 if (AI.isArrayAllocation()) { in getAllocaSizeInBytes()1393 if (AI->isArrayAllocation()) { in sanitizeFunction()
635 if (AI.isArrayAllocation()) { in getAllocaSizeInBytes()
3904 if (I.isArrayAllocation()) in instrumentAlloca()
174 if (!ATy || AI->isArrayAllocation()) in mergeInlinedArrayAllocas()
888 if (!AI->isArrayAllocation()) { in getPointerDereferenceableBytes()
59 if (isArrayAllocation()) { in getAllocationSizeInBits()1378 bool AllocaInst::isArrayAllocation() const { in isArrayAllocation() function in AllocaInst
4263 if (!AI->getArraySize() || AI->isArrayAllocation() || in printInstruction()
449 if (AI->isArrayAllocation()) { in addFieldForAlloca()1738 if (Alloca->isArrayAllocation()) in insertSpills()
804 if (alloca_inst->isArrayAllocation()) { in Interpret()
96 bool isArrayAllocation() const;
4640 if (AI.isArrayAllocation() || !AT->isSized() || isa<ScalableVectorType>(AT) || in runOnAlloca()