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

  /external/llvm/lib/Analysis/
CodeMetrics.cpp 60 if (!AI->isStaticAlloca())
  /external/llvm/lib/Analysis/IPA/
InlineCost.cpp 285 if (I.isStaticAlloca()) {
292 if (I.isStaticAlloca())
    [all...]
  /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 493 AI.isStaticAlloca() &&
    [all...]
  /external/llvm/lib/Transforms/Scalar/
CodeGenPrepare.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...]

Completed in 392 milliseconds