HomeSort by relevance Sort by last modified time
    Searched refs:isArrayAllocation (Results 1 - 14 of 14) sorted by null

  /external/llvm/lib/CodeGen/
StackProtector.cpp 236 if (AI->isArrayAllocation()) {
  /external/llvm/lib/Transforms/IPO/
Inliner.cpp 179 if (ATy == 0 || AI->isArrayAllocation())
GlobalOpt.cpp     [all...]
  /external/llvm/lib/Analysis/
MemoryBuiltins.cpp 438 if (!I.isArrayAllocation())
665 assert(I.isArrayAllocation());
Lint.cpp 427 if (TD && !AI->isArrayAllocation() && ATy->isSized())
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 167 if (AI.isArrayAllocation()) { // Check C != 1
211 if (AI.isArrayAllocation()) {
  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 92 (AI->isArrayAllocation() ||
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 492 return (!AI.isArrayAllocation() &&
    [all...]
  /external/llvm/include/llvm/IR/
Instructions.h 80 /// isArrayAllocation - Return true if there is an allocation size parameter
83 bool isArrayAllocation() const;
    [all...]
  /external/llvm/lib/IR/
AsmWriter.cpp     [all...]
Instructions.cpp     [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp     [all...]
SROA.cpp     [all...]

Completed in 422 milliseconds