Searched refs:isArrayAllocation (Results 1 – 21 of 21) sorted by relevance
173 if (AI->isArrayAllocation()) in isDereferenceableForAllocaSize()184 if (!AI.isArrayAllocation()) { in simplifyAllocaArraySize()358 if (AI.isArrayAllocation()) { in visitAllocaInst()
283 if (AI->isArrayAllocation()) { in RequiresStackProtector()
222 if (AI->isArrayAllocation()) { in getStaticAllocaAllocationSize()
637 if (!I.isArrayAllocation()) in visitAllocaInst()922 assert(I.isArrayAllocation()); in visitAllocaInst()
135 if (AI->isArrayAllocation()) { in getStaticAllocaAllocationSize()
472 if (!AI->isArrayAllocation() && ATy->isSized()) in visitMemoryReference()
720 if (I.isArrayAllocation()) { in visitAlloca()
467 if (AI->isArrayAllocation()) { in EvaluateBlock()
1380 return AI->isArrayAllocation() || in isArray()
761 if (AI.isArrayAllocation()) { in getAllocaSizeInBytes()1171 if (AI->isArrayAllocation()) { in sanitizeFunction()
602 if (AI.isArrayAllocation()) { in getAllocaSizeInBytes()
3536 if (I.isArrayAllocation()) in instrumentAlloca()
474 Info.AI->isArrayAllocation() in alignAndPadAlloca()
660 if (!AI->isArrayAllocation()) { in getPointerDereferenceableBytes()
56 if (isArrayAllocation()) { in getAllocationSizeInBits()1261 bool AllocaInst::isArrayAllocation() const { in isArrayAllocation() function in AllocaInst
3993 if (!AI->getArraySize() || AI->isArrayAllocation() || in printInstruction()
722 if (!I.isStaticAlloca() || I.isArrayAllocation()) in handleAlloca()
191 if (!ATy || AI->isArrayAllocation()) in mergeInlinedArrayAllocas()
782 if (A->isArrayAllocation()) in insertSpills()
88 bool isArrayAllocation() const;
4449 if (AI.isArrayAllocation() || !AI.getAllocatedType()->isSized() || in runOnAlloca()