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.h101 bool hasPointeeInMemoryValueAttr() const;
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DValue.cpp801 if (A->hasPointeeInMemoryValueAttr()) in canBeFreed()
H A DFunction.cpp179 bool Argument::hasPointeeInMemoryValueAttr() const { in hasPointeeInMemoryValueAttr() function in Argument
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp1524 if (!Arg->hasPointeeInMemoryValueAttr()) in translateArgumentToCallSiteContent()
H A DAttributorAttributes.cpp11399 if (Arg.hasPointeeInMemoryValueAttr()) in initialize()