LLVM 22.0.0git
llvm::NumericalStabilitySanitizerPass Struct Reference

A function pass for nsan instrumentation. More...

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

Inheritance diagram for llvm::NumericalStabilitySanitizerPass:
[legend]

Public Member Functions

LLVM_ABI 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 29 of file NumericalStabilitySanitizer.h.

Member Function Documentation

◆ isRequired()

bool llvm::NumericalStabilitySanitizerPass::isRequired ( )
inlinestatic

Definition at line 32 of file NumericalStabilitySanitizer.h.

◆ run()


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