A pass that internalizes all functions and variables other than those that must be preserved according to MustPreserveGV.
Declared in <llvm/Transforms/IPO/Internalize.h>
class InternalizePass
: public OptionalPassInfoMixin<InternalizePass>
| Name | Description |
|---|---|
OptionalPassInfoMixin<InternalizePass> | A CRTP mix-in for passes that can be skipped. |
| Name | Description |
|---|---|
InternalizePass [constructor] | Constructors |
internalizeModule | Run the internalizer on TheModule, returns true if any changes was made. |
run | Run the internalize pass over the given module. |
| Name | Description |
|---|---|
isRequired | Return false; optional passes may be skipped. |