Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DDAGISelMatcherOpt.cpp425 SM->setNumChildren(SM->getNumChildren()+1); in FactorNodes()
461 Scope->setNumChildren(NewOptionsToMatch.size()); in FactorNodes()
H A DDAGISelMatcher.h213 void setNumChildren(unsigned NC) { in setNumChildren() function
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/GlobalISel/
H A DGIMatchTree.h140 void setNumChildren(unsigned Num) { Children.resize(Num); } in setNumChildren() function
H A DGIMatchTree.cpp341 TreeNode->setNumChildren(Partitioner->getNumPartitions()); in runStep()