Searched refs:isArrayAllocation (Results 1 – 16 of 16) sorted by relevance
214 if (AI->isArrayAllocation()) { in RequiresStackProtector()
448 if (!I.isArrayAllocation()) in visitAllocaInst()678 assert(I.isArrayAllocation()); in visitAllocaInst()
429 if (!AI->isArrayAllocation() && ATy->isSized()) in visitMemoryReference()
294 if (I.isArrayAllocation()) { in visitAlloca()
170 if (!AI.isArrayAllocation()) { in simplifyAllocaArraySize()240 if (AI.isArrayAllocation()) { in visitAllocaInst()
199 if (!ATy || AI->isArrayAllocation()) in InlineCallIfPossible()
2566 if (AI->isArrayAllocation()) { in EvaluateBlock()
201 if (AI->isArrayAllocation()) { in getStaticAllocaAllocationSize()
430 return AI.isArrayAllocation() || !AI.isStaticAlloca(); in isDynamicAlloca()
1086 return AI->isArrayAllocation() || in isArray()
1311 if (allocaI->isArrayAllocation()) in printInstruction()
1502 if (AI->isArrayAllocation() || !AI->getAllocatedType()->isSized()) in performScalarRepl()
4091 if (AI.isArrayAllocation() || !AI.getAllocatedType()->isSized() || in runOnAlloca()
3024 if (!AI->getArraySize() || AI->isArrayAllocation() || in printInstruction()
1168 bool AllocaInst::isArrayAllocation() const { in isArrayAllocation() function in AllocaInst
106 bool isArrayAllocation() const;