LLVM
8.0.1
|
#include "llvm/Support/GenericDomTreeConstruction.h"
Public Types | |
using | NodePtrAndKind = PointerIntPair< NodePtr, 1, UpdateKind > |
Public Attributes | |
SmallVector< UpdateT, 4 > | Updates |
DenseMap< NodePtr, SmallVector< NodePtrAndKind, 4 > > | FutureSuccessors |
DenseMap< NodePtr, SmallVector< NodePtrAndKind, 4 > > | FuturePredecessors |
bool | IsRecalculated = false |
Definition at line 75 of file GenericDomTreeConstruction.h.
using llvm::DomTreeBuilder::SemiNCAInfo< DomTreeT >::BatchUpdateInfo::NodePtrAndKind = PointerIntPair<NodePtr, 1, UpdateKind> |
Definition at line 77 of file GenericDomTreeConstruction.h.
DenseMap<NodePtr, SmallVector<NodePtrAndKind, 4> > llvm::DomTreeBuilder::SemiNCAInfo< DomTreeT >::BatchUpdateInfo::FuturePredecessors |
Definition at line 87 of file GenericDomTreeConstruction.h.
Referenced by llvm::DomTreeBuilder::SemiNCAInfo< DomTreeT >::ApplyNextUpdate(), llvm::DomTreeBuilder::SemiNCAInfo< DomTreeT >::ApplyUpdates(), llvm::DomTreeBuilder::CalculateWithUpdates(), and llvm::DomTreeBuilder::SemiNCAInfo< DomTreeT >::ChildrenGetter< Inverse >::Get().
DenseMap<NodePtr, SmallVector<NodePtrAndKind, 4> > llvm::DomTreeBuilder::SemiNCAInfo< DomTreeT >::BatchUpdateInfo::FutureSuccessors |
Definition at line 86 of file GenericDomTreeConstruction.h.
Referenced by llvm::DomTreeBuilder::SemiNCAInfo< DomTreeT >::ApplyNextUpdate(), llvm::DomTreeBuilder::SemiNCAInfo< DomTreeT >::ApplyUpdates(), llvm::DomTreeBuilder::CalculateWithUpdates(), and llvm::DomTreeBuilder::SemiNCAInfo< DomTreeT >::ChildrenGetter< Inverse >::Get().
bool llvm::DomTreeBuilder::SemiNCAInfo< DomTreeT >::BatchUpdateInfo::IsRecalculated = false |
Definition at line 90 of file GenericDomTreeConstruction.h.
Referenced by llvm::DomTreeBuilder::SemiNCAInfo< DomTreeT >::ApplyUpdates(), and llvm::DomTreeBuilder::SemiNCAInfo< DomTreeT >::CalculateFromScratch().
SmallVector<UpdateT, 4> llvm::DomTreeBuilder::SemiNCAInfo< DomTreeT >::BatchUpdateInfo::Updates |
Definition at line 76 of file GenericDomTreeConstruction.h.
Referenced by llvm::DomTreeBuilder::SemiNCAInfo< DomTreeT >::ApplyNextUpdate(), llvm::DomTreeBuilder::SemiNCAInfo< DomTreeT >::ApplyUpdates(), and llvm::DomTreeBuilder::CalculateWithUpdates().