Go to the documentation of this file.
10 #ifndef LLVM_ANALYSIS_INLINESIZEESTIMATORANALYSIS_H
11 #define LLVM_ANALYSIS_INLINESIZEESTIMATORANALYSIS_H
18 class TFModelEvaluator;
32 std::unique_ptr<TFModelEvaluator>
Evaluator;
36 :
public PassInfoMixin<InlineSizeEstimatorAnalysisPrinterPass> {
45 #endif // LLVM_ANALYSIS_INLINESIZEESTIMATORANALYSIS_H
A set of analyses that are preserved following a run of a transformation pass.
This is an optimization pass for GlobalISel generic memory operations.
static bool isEvaluatorRequested()
A CRTP mix-in to automatically provide informational APIs needed for passes.
InlineSizeEstimatorAnalysisPrinterPass(raw_ostream &OS)
FunctionAnalysisManager FAM
PreservedAnalyses run(Function &F, FunctionAnalysisManager &AM)
This class implements an extremely fast bulk output stream that can only output to a stream.
A special type used by analysis passes to provide an address that identifies that particular analysis...
This class evaluates LLVM IR, producing the Constant representing each SSA instruction.
~InlineSizeEstimatorAnalysis()
A CRTP mix-in that provides informational APIs needed for analysis passes.
InlineSizeEstimatorAnalysis()
A container for analyses that lazily runs them and caches their results.
Result run(const Function &F, FunctionAnalysisManager &FAM)