Home
last modified time | relevance | path

Searched defs:Statistic (Results 1 – 5 of 5) sorted by relevance

/llvm-project/mlir/lib/Pass/
H A DPassStatistics.cpp22 struct Statistic { struct
23 const char *name, *desc;
24 uint64_t value;
168 Pass::Statistic::Statistic(Pass *owner, const char *name, in Statistic() function in Pass::Statistic
/llvm-project/llvm/include/llvm/ADT/
H A DStatistic.h160 using Statistic = TrackingStatistic; global() variable
162 using Statistic = NoopStatistic; global() variable
/llvm-project/mlir/docs/
H A DPassManagement.md1012 #### Statistic subsubsection
/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp94 std::function<void(const Matcher *)> Statistic = [&](const Matcher *N) { in MatcherTableEmitter() local
/llvm-project/llvm/docs/
H A DProgrammersManual.rst1240 .. _Statistic: global() target