Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DArgument.h105 LLVM_ABI bool hasPointeeInMemoryValueAttr() const;
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp172 bool Argument::hasPointeeInMemoryValueAttr() const { in hasPointeeInMemoryValueAttr() function in Argument
H A DValue.cpp832 if (A->hasPointeeInMemoryValueAttr()) in canBeFreed()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp1533 if (!Arg->hasPointeeInMemoryValueAttr()) in translateArgumentToCallSiteContent()
H A DAttributorAttributes.cpp11477 if (Arg.hasPointeeInMemoryValueAttr()) in initialize()