llvm::MetaRenamerPass

Pass that renames everything with metasyntactic names.

Synopsis

Declared in <llvm/Transforms/Utils/MetaRenamer.h>

struct MetaRenamerPass
    : OptionalPassInfoMixin<MetaRenamerPass>

Description

Intended for use after llvm-reduce reduction to conceal the nature of the original program.

Base Classes

NameDescription
OptionalPassInfoMixin<MetaRenamerPass>A CRTP mix-in for passes that can be skipped.

Member Functions

NameDescription
run Run the meta-renamer pass over the module.

Static Member Functions

NameDescription
isRequired Return false; optional passes may be skipped.