llvm::Pass::doInitialization

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

NameDescription
MThe module being processed.