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 106 bool hasInAllocaAttr() const;
  /external/llvm/lib/Transforms/IPO/
IPConstantPropagation.cpp 139 AI->hasInAllocaAttr() || (AI->hasByValAttr() && !F.onlyReadsMemory()))
FunctionAttrs.cpp 422 if (A->hasInAllocaAttr())
    [all...]
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARC.h 174 Arg->hasInAllocaAttr() ||
  /external/llvm/lib/IR/
Function.cpp 95 bool Argument::hasInAllocaAttr() const {
    [all...]

Completed in 65 milliseconds