ΒΆbool CanAlterRefCount(
const llvm::Instruction* Inst,
const llvm::Value* Ptr,
llvm::objcarc::ProvenanceAnalysis& PA,
llvm::objcarc::ARCInstKind Class)
bool CanAlterRefCount(
const llvm::Instruction* Inst,
const llvm::Value* Ptr,
llvm::objcarc::ProvenanceAnalysis& PA,
llvm::objcarc::ARCInstKind Class)
Description
Test whether the given instruction can result in a reference count modification (positive or negative) for the pointer's object.
Declared at: llvm/lib/Transforms/ObjCARC/DependencyAnalysis.h:71
Parameters
- const llvm::Instruction* Inst
- const llvm::Value* Ptr
- llvm::objcarc::ProvenanceAnalysis& PA
- llvm::objcarc::ARCInstKind Class