Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DArgument.h147 bool hasPreallocatedAttr() const;
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp463 if (A->hasInAllocaAttr() || A->hasPreallocatedAttr()) in determinePointerReadAttrs()
/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DFunction.cpp129 bool Argument::hasPreallocatedAttr() const { in hasPreallocatedAttr() function in Argument