LLVM: llvm::StackSafetyGlobalInfo::InfoTy Struct Reference (original) (raw)

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

Detailed Description

Definition at line 229 of file StackSafetyAnalysis.cpp.

Member Data Documentation

Info

GVToSSI llvm::StackSafetyGlobalInfo::InfoTy::Info

Definition at line 230 of file StackSafetyAnalysis.cpp.

SafeAllocas

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

Definition at line 231 of file StackSafetyAnalysis.cpp.

UnsafeAccesses

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

Definition at line 232 of file StackSafetyAnalysis.cpp.


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