Expand ObjC ARC operations early for later ARC optimizations.
Synopsis
Declared in <llvm/Transforms/ObjCARC.h>
struct ObjCARCExpandPass
: OptionalPassInfoMixin<ObjCARCExpandPass>
Base Classes
Name |
Description |
A CRTP mix‐in for passes that can be skipped. |
Member Functions
Name |
Description |
Run early ObjC ARC expansion on a function. |
Static Member Functions
Name |
Description |
Return false; optional passes may be skipped. |
Created with MrDocs