llvm::DataFlowSanitizerPass::run

Run DataFlowSanitizer instrumentation over the module.

Synopsis

Declared in <llvm/Transforms/Instrumentation/DataFlowSanitizer.h>

PreservedAnalyses
run(
    Module& M,
    ModuleAnalysisManager& AM);

Return Value

The set of analyses preserved after running this pass.

Parameters

NameDescription
MModule to instrument.
AMModule analysis manager providing analyses for the pass.