Return true if the only users of this pointer are lifetime markers.
Declared in <llvm/Analysis/ValueTracking.h>
bool
onlyUsedByLifetimeMarkers(Value const* V);
True if every user is a lifetime marker.
| Name | Description |
|---|---|
| V | Pointer whose users are inspected. |