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

  /external/llvm/include/llvm/IR/
Argument.h 110 bool hasInAllocaAttr() const;
  /external/llvm/include/llvm/Analysis/
ObjCARCAnalysisUtils.h 147 Arg->hasInAllocaAttr() ||
  /external/llvm/lib/Transforms/IPO/
IPConstantPropagation.cpp 139 AI->hasInAllocaAttr() || (AI->hasByValAttr() && !F.onlyReadsMemory()))
FunctionAttrs.cpp 412 if (A->hasInAllocaAttr())
    [all...]
  /external/llvm/lib/IR/
Function.cpp 98 bool Argument::hasInAllocaAttr() const {
    [all...]

Completed in 62 milliseconds