Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DArgument.h151 bool hasPreallocatedAttr() const;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp617 if (A->hasInAllocaAttr() || A->hasPreallocatedAttr()) in determinePointerAccessAttrs()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp155 bool Argument::hasPreallocatedAttr() const { in hasPreallocatedAttr() function in Argument