llvm::AANoCapture::isKnownNoCapture

Return true if we know that the underlying value is not captured in its respective scope.

Synopsis

Declared in <llvm/Transforms/IPO/Attributor.h>

bool
isKnownNoCapture() const;

Return Value

True if we know that the underlying value is not captured in its respective scope.