Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStatistic.h160 using Statistic = TrackingStatistic; variable
162 using Statistic = NoopStatistic; variable
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp94 std::function<void(const Matcher *)> Statistic = [&](const Matcher *N) { in MatcherTableEmitter() local