reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
106 bool hasInAllocaAttr() const;
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()))