LLVM 19.0.0git
Public Attributes | List of all members
llvm::StackSafetyGlobalInfo::InfoTy Struct Reference

Public Attributes

GVToSSI Info
 
SmallPtrSet< const AllocaInst *, 8 > SafeAllocas
 
std::set< const Instruction * > UnsafeAccesses
 

Detailed Description

Definition at line 230 of file StackSafetyAnalysis.cpp.

Member Data Documentation

◆ Info

GVToSSI llvm::StackSafetyGlobalInfo::InfoTy::Info

Definition at line 231 of file StackSafetyAnalysis.cpp.

Referenced by llvm::StackSafetyGlobalInfo::print().

◆ SafeAllocas

SmallPtrSet<const AllocaInst *, 8> llvm::StackSafetyGlobalInfo::InfoTy::SafeAllocas

Definition at line 232 of file StackSafetyAnalysis.cpp.

◆ UnsafeAccesses

std::set<const Instruction *> llvm::StackSafetyGlobalInfo::InfoTy::UnsafeAccesses

Definition at line 233 of file StackSafetyAnalysis.cpp.


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