Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/
H A DDirectiveEmitter.cpp638 int MaxLeafCount = getMaxLeafCount(DirLang); in emitLeafTable() local
647 List.resize(MaxLeafCount + 2); in emitLeafTable()
651 for (int I = 0; I != MaxLeafCount; ++I) in emitLeafTable()
710 << "[][" << MaxLeafCount + 2 << "] = {\n"; in emitLeafTable()