Contract low‐level ObjC ARC operations into higher‐level forms late in the pipeline.
Synopsis
Declared in <llvm/Transforms/ObjCARC.h>
struct ObjCARCContractPass
: OptionalPassInfoMixin<ObjCARCContractPass>
Base Classes
Name |
Description |
A CRTP mix‐in for passes that can be skipped. |
Member Functions
Name |
Description |
Run late ObjC ARC contraction on a function. |
Static Member Functions
Name |
Description |
Return false; optional passes may be skipped. |
Created with MrDocs