LLVM 19.0.0git
Classes | Namespaces | Functions
StackSafetyAnalysis.h File Reference
#include "llvm/IR/ModuleSummaryIndex.h"
#include "llvm/IR/PassManager.h"
#include "llvm/Pass.h"

Go to the source code of this file.

Classes

class  llvm::StackSafetyInfo
 Interface to access stack safety analysis results for single function. More...
 
class  llvm::StackSafetyGlobalInfo
 
class  llvm::StackSafetyAnalysis
 StackSafetyInfo wrapper for the new pass manager. More...
 
class  llvm::StackSafetyPrinterPass
 Printer pass for the StackSafetyAnalysis results. More...
 
class  llvm::StackSafetyInfoWrapperPass
 StackSafetyInfo wrapper for the legacy pass manager. More...
 
class  llvm::StackSafetyGlobalAnalysis
 This pass performs the global (interprocedural) stack safety analysis (new pass manager). More...
 
class  llvm::StackSafetyGlobalPrinterPass
 Printer pass for the StackSafetyGlobalAnalysis results. More...
 
class  llvm::StackSafetyGlobalInfoWrapperPass
 This pass performs the global (interprocedural) stack safety analysis (legacy pass manager). More...
 

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
 

Functions

bool llvm::needsParamAccessSummary (const Module &M)
 
void llvm::generateParamAccessSummary (ModuleSummaryIndex &Index)