enum DependenceKind

Description

Defines different dependence kinds among various ARC constructs. There are several kinds of dependence-like concepts in use here.

Declared at: llvm/lib/Transforms/ObjCARC/DependencyAnalysis.h:44

Enumerators

NameValueComment
NeedsPositiveRetainCount0
AutoreleasePoolBoundary1
CanChangeRetainCount2
RetainAutoreleaseDep3Blocks objc_retainAutorelease.
RetainAutoreleaseRVDep4Blocks objc_retainAutoreleaseReturnValue.
RetainRVDep5Blocks objc_retainAutoreleasedReturnValue.