LLVM 20.0.0git
|
Analysis pass that exposes the ScalarEvolution
for a function.
More...
#include "llvm/Analysis/ScalarEvolution.h"
Public Types | |
using | Result = ScalarEvolution |
Public Member Functions | |
ScalarEvolution | run (Function &F, FunctionAnalysisManager &AM) |
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< ScalarEvolutionAnalysis > | |
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 that exposes the ScalarEvolution
for a function.
Definition at line 2260 of file ScalarEvolution.h.
Definition at line 2267 of file ScalarEvolution.h.
ScalarEvolution ScalarEvolutionAnalysis::run | ( | Function & | F, |
FunctionAnalysisManager & | AM | ||
) |
Definition at line 14506 of file ScalarEvolution.cpp.
References F, and llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getResult().
Referenced by computeHeuristicUnrollFactor().