Home
last modified time | relevance | path

Searched refs:isArrayAllocation (Results 1 – 15 of 15) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp180 if (AI.isArrayAllocation()) { // Check C != 1 in visitAllocaInst()
225 if (AI.isArrayAllocation()) { in visitAllocaInst()
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp453 if (!I.isArrayAllocation()) in visitAllocaInst()
687 assert(I.isArrayAllocation()); in visitAllocaInst()
H A DLint.cpp432 if (DL && !AI->isArrayAllocation() && ATy->isSized()) in visitMemoryReference()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DStackProtector.cpp218 if (AI->isArrayAllocation()) { in RequiresStackProtector()
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/IPO/
H A DInliner.cpp192 if (!ATy || AI->isArrayAllocation()) in InlineCallIfPossible()
H A DGlobalOpt.cpp2438 if (AI->isArrayAllocation()) { in EvaluateBlock()
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Utils/
H A DLocal.cpp1047 return AI->isArrayAllocation() || in isArray()
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/IPA/
H A DInlineCost.cpp280 if (I.isArrayAllocation()) { in visitAlloca()
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp650 return AI.isArrayAllocation() || !AI.isStaticAlloca(); in isDynamicAlloca()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp1309 if (allocaI->isArrayAllocation()) in printInstruction()
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp1504 if (AI->isArrayAllocation() || !AI->getAllocatedType()->isSized()) in performScalarRepl()
H A DSROA.cpp4184 if (AI.isArrayAllocation() || !AI.getAllocatedType()->isSized() || in runOnAlloca()
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DAsmWriter.cpp2321 if (!AI->getArraySize() || AI->isArrayAllocation()) { in printInstruction()
H A DInstructions.cpp899 bool AllocaInst::isArrayAllocation() const { in isArrayAllocation() function in AllocaInst
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DInstructions.h99 bool isArrayAllocation() const;