Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp176 void EmitHistogram(const Matcher *N, raw_ostream &OS);
1285 void MatcherTableEmitter::EmitHistogram(const Matcher *M, raw_ostream &OS) { in EmitHistogram() function in MatcherTableEmitter
1352 MatcherEmitter.EmitHistogram(TheMatcher, OS); in EmitMatcherTable()