Cache this pass's MachineFunctionProperties at module initialization.
Declared in <llvm/CodeGen/MachineFunctionPass.h>
virtual
bool
doInitialization(Module& M) override;
Properties are recorded once at module-init time so they are not reconstructed for every function.
Always false; this initializer does not modify the module.
| Name | Description |
|---|---|
| M | Module for which this pass is being initialized. |