LLVM 19.0.0git
Public Member Functions | Static Public Member Functions | List of all members
llvm::NumericalStabilitySanitizerPass Struct Reference

A function pass for nsan instrumentation. More...

#include "llvm/Transforms/Instrumentation/NumericalStabilitySanitizer.h"

Inheritance diagram for llvm::NumericalStabilitySanitizerPass:
Inheritance graph
[legend]

Public Member Functions

PreservedAnalyses run (Module &M, ModuleAnalysisManager &AM)
 
- Public Member Functions inherited from llvm::PassInfoMixin< NumericalStabilitySanitizerPass >
void printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName)
 

Static Public Member Functions

static bool isRequired ()
 
- Static Public Member Functions inherited from llvm::PassInfoMixin< NumericalStabilitySanitizerPass >
static StringRef name ()
 Gets the name of the pass we are mixed into.
 

Detailed Description

A function pass for nsan instrumentation.

Instruments functions to duplicate floating point computations in a higher-precision type. This pass inserts calls to runtime library functions. If the functions aren't declared yet, the pass inserts the declarations.

Definition at line 28 of file NumericalStabilitySanitizer.h.

Member Function Documentation

◆ isRequired()

static bool llvm::NumericalStabilitySanitizerPass::isRequired ( )
inlinestatic

Definition at line 31 of file NumericalStabilitySanitizer.h.

◆ run()

PreservedAnalyses NumericalStabilitySanitizerPass::run ( Module M,
ModuleAnalysisManager AM 
)

The documentation for this struct was generated from the following files: