Home
last modified time | relevance | path

Searched refs:getStatistics (Results 1 – 15 of 15) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Pass/
H A DPassStatistics.cpp67 auto statistics = pass->getStatistics(); in printResultsAsList()
73 for (Pass::Statistic *it : pass->getStatistics()) in printResultsAsList()
76 for (auto &it : llvm::enumerate(pass->getStatistics())) in printResultsAsList()
132 for (Pass::Statistic *stat : pass->getStatistics()) in printResultsAsPipeline()
/llvm-project-15.0.7/mlir/include/mlir/TableGen/
H A DPass.h104 ArrayRef<PassStatistic> getStatistics() const;
/llvm-project-15.0.7/mlir/lib/TableGen/
H A DPass.cpp99 ArrayRef<PassStatistic> Pass::getStatistics() const { return statistics; } in getStatistics() function in Pass
/llvm-project-15.0.7/polly/lib/Analysis/
H A DPruneUnprofitable.cpp44 Scop::ScopStatistics ScopStats = S.getStatistics(); in updateStatistics()
H A DScopInfo.cpp2496 Scop::ScopStatistics Scop::getStatistics() const { in getStatistics() function in Scop
2612 updateLoopCountStatistic(Stats, S->getStatistics()); in runOnRegion()
2719 updateLoopCountStatistic(Stats, S->getStatistics()); in recompute()
/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DPassDocGen.cpp44 ArrayRef<PassStatistic> stats = pass.getStatistics(); in emitDoc()
H A DPassGen.cpp115 for (const PassStatistic &stat : pass.getStatistics()) { in emitPassStatisticDecls()
/llvm-project-15.0.7/mlir/include/mlir/Pass/
H A DPass.h143 ArrayRef<Statistic *> getStatistics() const { return statistics; } in getStatistics() function
144 MutableArrayRef<Statistic *> getStatistics() { return statistics; } in getStatistics() function
/llvm-project-15.0.7/polly/lib/CodeGen/
H A DCodeGeneration.cpp197 auto ScopStats = S.getStatistics(); in generateCode()
H A DIslAst.cpp507 auto ScopStats = S.getStatistics(); in init()
/llvm-project-15.0.7/polly/lib/Transform/
H A DSimplify.cpp736 auto ScopStats = S.getStatistics(); in run()
H A DScheduleOptimizer.cpp881 auto ScopStats = S.getStatistics(); in runIslScheduleOptimizer()
H A DForwardOpTree.cpp1057 Scop::ScopStatistics ScopStats = S.getStatistics(); in runForwardOpTree()
H A DDeLICM.cpp1380 Scop::ScopStatistics ScopStats = S.getStatistics(); in runDeLICM()
/llvm-project-15.0.7/polly/include/polly/
H A DScopInfo.h2671 ScopStatistics getStatistics() const;