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

Analysis pass which computes a DominanceFrontier. More...

#include "llvm/Analysis/DominanceFrontier.h"

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

Public Types

using Result = DominanceFrontier
 Provide the result type for this analysis pass. More...
 

Public Member Functions

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

Additional Inherited Members

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

Detailed Description

Analysis pass which computes a DominanceFrontier.

Definition at line 184 of file DominanceFrontier.h.

Member Typedef Documentation

◆ Result

Provide the result type for this analysis pass.

Definition at line 192 of file DominanceFrontier.h.

Member Function Documentation

◆ run()

DominanceFrontier DominanceFrontierAnalysis::run ( Function F,
FunctionAnalysisManager AM 
)

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

Definition at line 81 of file DominanceFrontier.cpp.

References llvm::ForwardDominanceFrontierBase< BlockT >::analyze(), and llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getResult().


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