llvm::onlyUsedByLifetimeMarkers

Return true if the only users of this pointer are lifetime markers.

Synopsis

Declared in <llvm/Analysis/ValueTracking.h>

bool
onlyUsedByLifetimeMarkers(Value const* V);

Return Value

true if the only users of this pointer are lifetime markers.

Parameters

NameDescription
VLLVM Value Representation