LLVM 22.0.0git
llvm::StackSafetyGlobalAnalysis Class Reference

This pass performs the global (interprocedural) stack safety analysis (new pass manager). More...

#include "llvm/Analysis/StackSafetyAnalysis.h"

Inheritance diagram for llvm::StackSafetyGlobalAnalysis:
[legend]

Public Types

using Result = StackSafetyGlobalInfo

Public Member Functions

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

Additional Inherited Members

Static Public Member Functions inherited from llvm::AnalysisInfoMixin< StackSafetyGlobalAnalysis >
static AnalysisKeyID ()
 Returns an opaque, unique ID for this analysis type.
Static Public Member Functions inherited from llvm::PassInfoMixin< StackSafetyGlobalAnalysis >
static StringRef name ()
 Gets the name of the pass we are mixed into.

Detailed Description

This pass performs the global (interprocedural) stack safety analysis (new pass manager).

Definition at line 129 of file StackSafetyAnalysis.h.

Member Typedef Documentation

◆ Result

Member Function Documentation

◆ run()

StackSafetyGlobalInfo StackSafetyGlobalAnalysis::run ( Module & M,
ModuleAnalysisManager & AM )

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