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

  /external/llvm/lib/Analysis/
CodeMetrics.cpp 60 if (!AI->isStaticAlloca())
  /external/llvm/lib/Transforms/Scalar/
Sink.cpp 228 if (AI->isStaticAlloca())
TailRecursionElimination.cpp 147 if (!AI->isStaticAlloca())
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 81 if (!AI->isStaticAlloca())
104 if (!AI->isStaticAlloca()) {
  /external/llvm/lib/Transforms/InstCombine/
InstCombinePHI.cpp 270 if (!isAddressTaken && AI->isStaticAlloca())
281 if (AI->isStaticAlloca() && GEP->hasAllConstantIndices())
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 560 return (!AI.isArrayAllocation() && AI.isStaticAlloca() &&
    [all...]
  /external/llvm/lib/Analysis/IPA/
InlineCost.cpp 286 if (I.isStaticAlloca()) {
293 if (I.isStaticAlloca())
    [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp     [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/IR/
Instructions.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]

Completed in 504 milliseconds