LLVM  8.0.1
Public Types | Public Member Functions | List of all members
llvm::DominatorTreeAnalysis Class Reference

Analysis pass which computes a DominatorTree. More...

#include "llvm/IR/Dominators.h"

Inheritance diagram for llvm::DominatorTreeAnalysis:
Inheritance graph
[legend]
Collaboration diagram for llvm::DominatorTreeAnalysis:
Collaboration graph
[legend]

Public Types

using Result = DominatorTree
 Provide the result typedef for this analysis pass. More...
 

Public Member Functions

DominatorTree run (Function &F, FunctionAnalysisManager &)
 Run the analysis pass over a function and produce a dominator tree. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from llvm::AnalysisInfoMixin< DominatorTreeAnalysis >
static AnalysisKeyID ()
 Returns an opaque, unique ID for this analysis type. More...
 
- Static Public Member Functions inherited from llvm::PassInfoMixin< DominatorTreeAnalysis >
static StringRef name ()
 Gets the name of the pass we are mixed into. More...
 

Detailed Description

Analysis pass which computes a DominatorTree.

Definition at line 231 of file Dominators.h.

Member Typedef Documentation

◆ Result

Provide the result typedef for this analysis pass.

Definition at line 237 of file Dominators.h.

Member Function Documentation

◆ run()

DominatorTree DominatorTreeAnalysis::run ( Function F,
FunctionAnalysisManager  
)

Run the analysis pass over a function and produce a dominator tree.

Definition at line 324 of file Dominators.cpp.

References llvm::DominatorTreeBase< NodeT, IsPostDom >::recalculate().


The documentation for this class was generated from the following files: