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

/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DStackProtector.cpp196 if (AI->isArrayAllocation()) {
/freebsd-9.3-release/contrib/llvm/lib/Transforms/IPO/
H A DInliner.cpp179 if (ATy == 0 || AI->isArrayAllocation())
H A DGlobalOpt.cpp2527 if (AI->isArrayAllocation()) {
/freebsd-9.3-release/contrib/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp446 if (!I.isArrayAllocation())
676 assert(I.isArrayAllocation());
H A DLint.cpp427 if (TD && !AI->isArrayAllocation() && ATy->isSized())
/freebsd-9.3-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp167 if (AI.isArrayAllocation()) { // Check C != 1
212 if (AI.isArrayAllocation()) {
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp94 (AI->isArrayAllocation() ||
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Utils/
H A DLocal.cpp1051 if (AI && !AI->isArrayAllocation()) {
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp517 return (!AI.isArrayAllocation() &&
/freebsd-9.3-release/contrib/llvm/lib/IR/
H A DAsmWriter.cpp1969 if (!AI->getArraySize() || AI->isArrayAllocation()) {
H A DInstructions.cpp900 bool AllocaInst::isArrayAllocation() const { function in class:AllocaInst
/freebsd-9.3-release/contrib/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp1292 if (allocaI->isArrayAllocation())
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp1492 if (AI->isArrayAllocation() || !AI->getAllocatedType()->isSized())
H A DSROA.cpp3345 if (AI.isArrayAllocation() || !AI.getAllocatedType()->isSized() ||
/freebsd-9.3-release/contrib/llvm/include/llvm/IR/
H A DInstructions.h78 /// isArrayAllocation - Return true if there is an allocation size parameter
81 bool isArrayAllocation() const;

Completed in 285 milliseconds