Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DMemoryBuiltins.cpp433 if (!I.isArrayAllocation()) in visitAllocaInst()
666 assert(I.isArrayAllocation()); in visitAllocaInst()
DLint.cpp443 if (!AI->isArrayAllocation() && ATy->isSized()) in visitMemoryReference()
/external/llvm/lib/CodeGen/
DStackProtector.cpp214 if (AI->isArrayAllocation()) { in RequiresStackProtector()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp169 if (!AI.isArrayAllocation()) { in simplifyAllocaArraySize()
239 if (AI.isArrayAllocation()) { in visitAllocaInst()
/external/llvm/lib/Transforms/IPO/
DInliner.cpp183 if (!ATy || AI->isArrayAllocation()) in InlineCallIfPossible()
DGlobalOpt.cpp2434 if (AI->isArrayAllocation()) { in EvaluateBlock()
/external/llvm/lib/Analysis/IPA/
DInlineCost.cpp276 if (I.isArrayAllocation()) { in visitAlloca()
/external/llvm/lib/Transforms/Utils/
DLocal.cpp1044 return AI->isArrayAllocation() || in isArray()
/external/lldb/source/Expression/
DIRInterpreter.cpp742 if (alloca_inst->isArrayAllocation()) in Interpret()
/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp694 return AI.isArrayAllocation() || !AI.isStaticAlloca(); in isDynamicAlloca()
/external/llvm/lib/Target/CppBackend/
DCPPBackend.cpp1312 if (allocaI->isArrayAllocation()) in printInstruction()
/external/llvm/lib/Transforms/Scalar/
DScalarReplAggregates.cpp1501 if (AI->isArrayAllocation() || !AI->getAllocatedType()->isSized()) in performScalarRepl()
DSROA.cpp4252 if (AI.isArrayAllocation() || !AI.getAllocatedType()->isSized() || in runOnAlloca()
/external/llvm/include/llvm/IR/
DInstructions.h99 bool isArrayAllocation() const;
/external/llvm/lib/IR/
DAsmWriter.cpp2872 if (!AI->getArraySize() || AI->isArrayAllocation() || in printInstruction()
DInstructions.cpp901 bool AllocaInst::isArrayAllocation() const { in isArrayAllocation() function in AllocaInst