LLVM 23.0.0git
AlignmentScope Struct Reference

Public Member Functions

 AlignmentScope (DomTreeNode *N, ScopedHT &Table)

Public Attributes

BasicBlockBB
DomTreeNode::const_iterator Iter
DomTreeNode::const_iterator End
ScopedHT::ScopeTy Scope

Detailed Description

Definition at line 99 of file InferAlignment.cpp.

Constructor & Destructor Documentation

◆ AlignmentScope()

AlignmentScope::AlignmentScope ( DomTreeNode * N,
ScopedHT & Table )
inline

Definition at line 106 of file InferAlignment.cpp.

References BB, End, Iter, N, and Scope.

Member Data Documentation

◆ BB

BasicBlock* AlignmentScope::BB

Definition at line 101 of file InferAlignment.cpp.

Referenced by AlignmentScope(), and inferAlignment().

◆ End

DomTreeNode::const_iterator AlignmentScope::End

Definition at line 103 of file InferAlignment.cpp.

Referenced by AlignmentScope(), and inferAlignment().

◆ Iter

DomTreeNode::const_iterator AlignmentScope::Iter

Definition at line 102 of file InferAlignment.cpp.

Referenced by AlignmentScope(), and inferAlignment().

◆ Scope

ScopedHT::ScopeTy AlignmentScope::Scope

Definition at line 104 of file InferAlignment.cpp.

Referenced by AlignmentScope().


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