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

OptionalPassInfoMixin<ObjCARCContractPass>

A CRTP mix‐in for passes that can be skipped.

Member Functions

Name

Description

run

Run late ObjC ARC contraction on a function.

Static Member Functions

Name

Description

isRequired

Return false; optional passes may be skipped.

Created with MrDocs