LLVM 20.0.0git
|
Analysis pass which computes a CycleInfo. More...
#include "llvm/Analysis/CycleAnalysis.h"
Public Types | |
using | Result = CycleInfo |
Provide the result typedef for this analysis pass. | |
using | LegacyWrapper = CycleInfoWrapperPass |
Public Member Functions | |
CycleInfo | run (Function &F, FunctionAnalysisManager &) |
Run the analysis pass over a function and produce a dominator tree. | |
Public Member Functions inherited from llvm::PassInfoMixin< DerivedT > | |
void | printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName) |
Additional Inherited Members | |
Static Public Member Functions inherited from llvm::AnalysisInfoMixin< CycleAnalysis > | |
static AnalysisKey * | ID () |
Returns an opaque, unique ID for this analysis type. | |
Static Public Member Functions inherited from llvm::PassInfoMixin< DerivedT > | |
static StringRef | name () |
Gets the name of the pass we are mixed into. | |
Analysis pass which computes a CycleInfo.
Definition at line 46 of file CycleAnalysis.h.
Definition at line 54 of file CycleAnalysis.h.
using llvm::CycleAnalysis::Result = CycleInfo |
Provide the result typedef for this analysis pass.
Definition at line 52 of file CycleAnalysis.h.
CycleInfo CycleAnalysis::run | ( | Function & | F, |
FunctionAnalysisManager & | |||
) |
Run the analysis pass over a function and produce a dominator tree.
Definition at line 20 of file CycleAnalysis.cpp.
References llvm::GenericCycleInfo< ContextT >::compute(), and F.