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

Analysis pass that exposes the RegionInfo for a function. More...

#include "llvm/Analysis/RegionInfo.h"

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

Public Types

using Result = RegionInfo
 

Public Member Functions

RegionInfo run (Function &F, FunctionAnalysisManager &AM)
 

Additional Inherited Members

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

Detailed Description

Analysis pass that exposes the RegionInfo for a function.

Definition at line 972 of file RegionInfo.h.

Member Typedef Documentation

◆ Result

Definition at line 978 of file RegionInfo.h.

Member Function Documentation

◆ run()

RegionInfo RegionInfoAnalysis::run ( Function F,
FunctionAnalysisManager AM 
)

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