Searched refs:isArrayAllocation (Results 1 – 15 of 15) sorted by relevance
180 if (AI.isArrayAllocation()) { // Check C != 1 in visitAllocaInst()225 if (AI.isArrayAllocation()) { in visitAllocaInst()
453 if (!I.isArrayAllocation()) in visitAllocaInst()687 assert(I.isArrayAllocation()); in visitAllocaInst()
432 if (DL && !AI->isArrayAllocation() && ATy->isSized()) in visitMemoryReference()
218 if (AI->isArrayAllocation()) { in RequiresStackProtector()
192 if (!ATy || AI->isArrayAllocation()) in InlineCallIfPossible()
2438 if (AI->isArrayAllocation()) { in EvaluateBlock()
1047 return AI->isArrayAllocation() || in isArray()
280 if (I.isArrayAllocation()) { in visitAlloca()
650 return AI.isArrayAllocation() || !AI.isStaticAlloca(); in isDynamicAlloca()
1309 if (allocaI->isArrayAllocation()) in printInstruction()
1504 if (AI->isArrayAllocation() || !AI->getAllocatedType()->isSized()) in performScalarRepl()
4184 if (AI.isArrayAllocation() || !AI.getAllocatedType()->isSized() || in runOnAlloca()
2321 if (!AI->getArraySize() || AI->isArrayAllocation()) { in printInstruction()
899 bool AllocaInst::isArrayAllocation() const { in isArrayAllocation() function in AllocaInst
99 bool isArrayAllocation() const;