Perform any initialization needed before any pass is run.
Synopsis
Declared in <llvm/Pass.h>
virtual
bool
doInitialization(Module& M);
Return Value
True if the module was modified; false otherwise.
Parameters
Name |
Description |
M |
The module being processed. |
Created with MrDocs