Home
last modified time | relevance | path

Searched refs:hasPointeeInMemoryValueAttr (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DArgument.h91 bool hasPointeeInMemoryValueAttr() const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DValue.cpp779 if (A->hasPointeeInMemoryValueAttr()) in canBeFreed()
H A DFunction.cpp148 bool Argument::hasPointeeInMemoryValueAttr() const { in hasPointeeInMemoryValueAttr() function in Argument
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp840 if (!Arg->hasPointeeInMemoryValueAttr()) in translateArgumentToCallSiteContent()