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

/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherOpt.cpp425 SM->setNumChildren(SM->getNumChildren()+1);
461 Scope->setNumChildren(NewOptionsToMatch.size());
H A DDAGISelMatcher.h207 void setNumChildren(unsigned NC) { function in class:llvm::ScopeMatcher
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DGIMatchTree.h140 void setNumChildren(unsigned Num) { Children.resize(Num); } function in class:llvm::GIMatchTree
H A DGIMatchTree.cpp343 TreeNode->setNumChildren(Partitioner->getNumPartitions());

Completed in 276 milliseconds