Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp650 if (MN->getNumNodes() == 1 && MN->getNode(0) < 3) { in EmitMatcher()
655 OS << "OPC_EmitMergeInputChains, " << MN->getNumNodes() << ", "; in EmitMatcher()
656 for (unsigned i = 0, e = MN->getNumNodes(); i != e; ++i) in EmitMatcher()
659 return 2+MN->getNumNodes(); in EmitMatcher()
H A DDAGISelMatcher.h854 unsigned getNumNodes() const { return ChainNodes.size(); } in getNumNodes() function
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/PBQP/
H A DGraph.h457 unsigned getNumNodes() const { return NodeIdSet(*this).size(); } in getNumNodes() function