Searched refs:isArrayAllocation (Results 1 – 22 of 22) sorted by relevance
172 Info.AI->isArrayAllocation() in alignAndPadAlloca()
364 if (AI->isArrayAllocation()) { in EvaluateBlock()
1541 return AI->isArrayAllocation() || in isArray()
158 if (AI->isArrayAllocation()) in isDereferenceableForAllocaSize()170 if (!AI.isArrayAllocation()) { in simplifyAllocaArraySize()366 if (AI.isArrayAllocation()) in visitAllocaInst()
839 if (!I.isStaticAlloca() || I.isArrayAllocation()) in handleAlloca()1073 if (!I.isStaticAlloca() || I.isArrayAllocation()) in handlePromoteAllocaToVector()
307 if (AI->isArrayAllocation()) { in RequiresStackProtector()
208 if (AI->isArrayAllocation()) { in getStaticAllocaAllocationSize()
787 if (!I.isArrayAllocation()) in visitAllocaInst()1131 assert(I.isArrayAllocation()); in visitAllocaInst()
451 if (!AI->isArrayAllocation() && ATy->isSized()) in visitMemoryReference()
165 if (AI.isArrayAllocation()) { in getStaticAllocaSizeRange()
1352 if (I.isArrayAllocation()) { in visitAlloca()
234 if (!ATy || AI->isArrayAllocation()) in mergeInlinedArrayAllocas()
897 if (!AI->isArrayAllocation()) { in getPointerDereferenceableBytes()
59 if (isArrayAllocation()) { in getAllocationSizeInBits()1405 bool AllocaInst::isArrayAllocation() const { in isArrayAllocation() function in AllocaInst
4254 if (!AI->getArraySize() || AI->isArrayAllocation() || in printInstruction()
3926 Check(!AI.isArrayAllocation(), in visitAllocaInst()
457 if (AI->isArrayAllocation()) { in addFieldForAlloca()1788 if (Alloca->isArrayAllocation()) in insertSpills()
812 if (alloca_inst->isArrayAllocation()) { in Interpret()
660 if (AI.isArrayAllocation()) { in getAllocaSizeInBytes()
3924 if (I.isArrayAllocation()) in instrumentAlloca()
93 bool isArrayAllocation() const;
4603 if (AI.isArrayAllocation() || !AT->isSized() || isa<ScalableVectorType>(AT) || in runOnAlloca()