llvm::Pass::getPassName

Return a human-readable name for this pass.

Synopsis

Declared in <llvm/Pass.h>

virtual
StringRef
getPassName() const;

Description

This is usually implemented in terms of the name that is registered by one of the Registration templates, but can be overloaded directly.

Return Value

A human-readable name for this pass.