Returns true if the pointer is one which would have been considered an escape by isNotCapturedBefore.
Declared in <llvm/Analysis/AliasAnalysis.h>
<llvm/Analysis/AliasAnalysis.h>
bool isEscapeSource(Value const* V);
True if V would be considered an escape by isNotCapturedBefore.
V