Home
last modified time | relevance | path

Searched refs:hasInAllocaAttr (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DArgument.h144 bool hasInAllocaAttr() const;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp463 if (A->hasInAllocaAttr() || A->hasPreallocatedAttr()) in determinePointerReadAttrs()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DFunction.cpp129 bool Argument::hasInAllocaAttr() const { in hasInAllocaAttr() function in Argument