Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DArgument.h90 bool hasPointeeInMemoryValueAttr() const;
/llvm-project-15.0.7/llvm/lib/IR/
H A DValue.cpp789 if (A->hasPointeeInMemoryValueAttr()) in canBeFreed()
H A DFunction.cpp147 bool Argument::hasPointeeInMemoryValueAttr() const { in hasPointeeInMemoryValueAttr() function in Argument
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DAttributor.cpp1150 if (!Arg->hasPointeeInMemoryValueAttr()) in translateArgumentToCallSiteContent()
H A DAttributorAttributes.cpp10367 if (Arg.hasPointeeInMemoryValueAttr()) in initialize()