llvm::isEscapeSource

Returns true if the pointer is one which would have been considered an escape by isNotCapturedBefore.

Synopsis

Declared in <llvm/Analysis/AliasAnalysis.h>

bool
isEscapeSource(Value const* V);

Return Value

True if V would be considered an escape by isNotCapturedBefore.

Parameters

NameDescription
VPointer value to test.