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

Completed in 202 milliseconds