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 every user is a lifetime marker.

Parameters

NameDescription
VPointer whose users are inspected.