LLVM 20.0.0git
|
#include "llvm/Support/GenericDomTreeConstruction.h"
Public Member Functions | |
BatchUpdateInfo (GraphDiffT &PreViewCFG, GraphDiffT *PostViewCFG=nullptr) | |
Public Attributes | |
bool | IsRecalculated = false |
GraphDiffT & | PreViewCFG |
GraphDiffT * | PostViewCFG |
const size_t | NumLegalized |
Definition at line 84 of file GenericDomTreeConstruction.h.
|
inline |
Definition at line 86 of file GenericDomTreeConstruction.h.
bool llvm::DomTreeBuilder::SemiNCAInfo< DomTreeT >::BatchUpdateInfo::IsRecalculated = false |
Definition at line 92 of file GenericDomTreeConstruction.h.
Referenced by llvm::DomTreeBuilder::SemiNCAInfo< DomTreeT >::ApplyUpdates(), and llvm::DomTreeBuilder::SemiNCAInfo< DomTreeT >::CalculateFromScratch().
const size_t llvm::DomTreeBuilder::SemiNCAInfo< DomTreeT >::BatchUpdateInfo::NumLegalized |
Definition at line 95 of file GenericDomTreeConstruction.h.
Referenced by llvm::DomTreeBuilder::SemiNCAInfo< DomTreeT >::ApplyUpdates().
GraphDiffT* llvm::DomTreeBuilder::SemiNCAInfo< DomTreeT >::BatchUpdateInfo::PostViewCFG |
Definition at line 94 of file GenericDomTreeConstruction.h.
Referenced by llvm::DomTreeBuilder::SemiNCAInfo< DomTreeT >::CalculateFromScratch().
GraphDiffT& llvm::DomTreeBuilder::SemiNCAInfo< DomTreeT >::BatchUpdateInfo::PreViewCFG |