reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/IR/Argument.h
  106   bool hasInAllocaAttr() const;

References

include/llvm/Analysis/ObjCARCAnalysisUtils.h
  160         Arg->hasInAllocaAttr() ||
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
 9484     if (!Arg || Arg->hasInAllocaAttr() || Arg->hasByValAttr() ||
lib/Transforms/IPO/FunctionAttrs.cpp
  451   if (A->hasInAllocaAttr())
lib/Transforms/IPO/IPConstantPropagation.cpp
  131         AI->hasInAllocaAttr() || (AI->hasByValAttr() && !F.onlyReadsMemory()))