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

  /external/llvm/lib/CodeGen/
StackProtector.cpp 218 if (AI->isArrayAllocation()) {
  /external/llvm/lib/Analysis/
MemoryBuiltins.cpp 449 if (!I.isArrayAllocation())
683 assert(I.isArrayAllocation());
Lint.cpp 427 if (DL && !AI->isArrayAllocation() && ATy->isSized())
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 179 if (AI.isArrayAllocation()) { // Check C != 1
224 if (AI.isArrayAllocation()) {
    [all...]
  /external/llvm/lib/Transforms/IPO/
Inliner.cpp 188 if (!ATy || AI->isArrayAllocation())
GlobalOpt.cpp     [all...]
  /external/lldb/source/Expression/
IRInterpreter.cpp 742 if (alloca_inst->isArrayAllocation())
745 log->Printf("AllocaInsts are not handled if isArrayAllocation() is true");
    [all...]
  /external/llvm/lib/Analysis/IPA/
InlineCost.cpp 275 if (I.isArrayAllocation()) {
    [all...]
  /external/llvm/lib/Transforms/Utils/
Local.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 560 return (!AI.isArrayAllocation() && AI.isStaticAlloca() &&
    [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...]
  /external/llvm/include/llvm/IR/
Instructions.h 80 /// isArrayAllocation - Return true if there is an allocation size parameter
83 bool isArrayAllocation() const;
    [all...]

Completed in 273 milliseconds