Searched refs:SizeMatcherList (Results 1 – 1 of 1) sorted by relevance
172 unsigned SizeMatcherList(Matcher *N, raw_ostream &OS);292 unsigned MatcherTableEmitter::SizeMatcherList(Matcher *N, raw_ostream &OS) { in SizeMatcherList() function in MatcherTableEmitter316 const unsigned ChildSize = SizeMatcherList(SM->getChild(i), OS); in SizeMatcher()344 const unsigned ChildSize = SizeMatcherList(Child, OS); in SizeMatcher()1338 unsigned TotalSize = MatcherEmitter.SizeMatcherList(TheMatcher, NullOS); in EmitMatcherTable()