ΒΆbool Depends(
    llvm::objcarc::DependenceKind Flavor,
    llvm::Instruction* Inst,
    const llvm::Value* Arg,
    llvm::objcarc::ProvenanceAnalysis& PA)

Description

Test if there can be dependencies on Inst through Arg. This function only tests dependencies relevant for removing pairs of calls.

Declared at: llvm/lib/Transforms/ObjCARC/DependencyAnalysis.h:60

Parameters

llvm::objcarc::DependenceKind Flavor
llvm::Instruction* Inst
const llvm::Value* Arg
llvm::objcarc::ProvenanceAnalysis& PA