Expand ObjC ARC operations early for later ARC optimizations.

Synopsis

Declared in <llvm/Transforms/ObjCARC.h>

struct ObjCARCExpandPass
    : OptionalPassInfoMixin<ObjCARCExpandPass>

Base Classes

Name

Description

OptionalPassInfoMixin<ObjCARCExpandPass>

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

Member Functions

Name

Description

run

Run early ObjC ARC expansion on a function.

Static Member Functions

Name

Description

isRequired

Return false; optional passes may be skipped.

Created with MrDocs