HomeSort by relevance Sort by last modified time
    Searched refs:isStaticAlloca (Results 1 - 25 of 33) sorted by null

1 2

  /external/llvm/lib/Transforms/Instrumentation/
Instrumentation.cpp 44 if (AI->isStaticAlloca())
AddressSanitizer.cpp 727 if (AI.isStaticAlloca()) NonInstrumentedStaticAllocaVec.insert(&AI);
732 if (!AI.isStaticAlloca())
    [all...]
  /external/llvm/lib/Analysis/
CodeMetrics.cpp 144 if (!AI->isStaticAlloca())
InlineCost.cpp 351 if (I.isStaticAlloca()) {
358 if (I.isStaticAlloca())
    [all...]
  /external/llvm/lib/CodeGen/
SjLjEHPrepare.cpp 227 cast<AllocaInst>(AfterAllocaInsPt)->isStaticAlloca())
266 if (AI->isStaticAlloca())
SafeStack.cpp 419 if (AI->isStaticAlloca()) {
    [all...]
  /external/llvm/lib/Transforms/Scalar/
Sink.cpp 146 if (AI->isStaticAlloca())
ConstantHoisting.cpp 235 if (AI && AI->isStaticAlloca())
TailRecursionElimination.cpp 96 if (!AI->isStaticAlloca())
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
AddrModeMatcher.cpp 470 if (AI->isStaticAlloca())
  /external/llvm/lib/Transforms/InstCombine/
InstCombinePHI.cpp 259 if (!isAddressTaken && AI->isStaticAlloca())
270 if (AI->isStaticAlloca() && GEP->hasAllConstantIndices())
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombinePHI.cpp 270 if (!isAddressTaken && AI->isStaticAlloca())
281 if (AI->isStaticAlloca() && GEP->hasAllConstantIndices())
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 141 if (AI->isStaticAlloca() &&
  /external/swiftshader/third_party/LLVM/lib/Analysis/
InlineCost.cpp 98 if (!AI->isStaticAlloca())
  /external/llvm/lib/Target/AMDGPU/
AMDGPUPromoteAlloca.cpp 635 if (!I.isStaticAlloca() || I.isArrayAllocation())
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
IndVarSimplify.cpp     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/
Instructions.h 107 /// isStaticAlloca - Return true if this alloca is in the entry block of the
110 bool isStaticAlloca() const;
    [all...]
  /external/llvm/include/llvm/IR/
Instructions.h 110 /// isStaticAlloca - Return true if this alloca is in the entry block of the
113 bool isStaticAlloca() const;
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Instructions.cpp     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Instructions.h 120 bool isStaticAlloca() const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Instructions.h 120 bool isStaticAlloca() const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Instructions.h 120 bool isStaticAlloca() const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Instructions.h 120 bool isStaticAlloca() const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Instructions.h 120 bool isStaticAlloca() const;
    [all...]

Completed in 1932 milliseconds

1 2