Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDArgument.h158 bool hasPreallocatedAttr() const;
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDFunctionAttrs.cpp617 if (A->hasInAllocaAttr() || A->hasPreallocatedAttr()) in determinePointerAccessAttrs()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/IR/
HDFunction.cpp165 bool Argument::hasPreallocatedAttr() const { in hasPreallocatedAttr() function in Argument