Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherOpt.cpp454 SM->setNumChildren(SM->getNumChildren() + 1); in FactorNodes()
489 Scope->setNumChildren(OptionsToMatch.size()); in FactorNodes()
/src/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DDAGISelMatcher.h225 void setNumChildren(unsigned NC) { in setNumChildren() function