Searched refs:getNumNodes (Results 1 – 4 of 4) sorted by relevance
895 if (MN->getNumNodes() == 1 && MN->getNode(0) < 3) { in EmitMatcher()900 OS << "OPC_EmitMergeInputChains, " << MN->getNumNodes() << ", "; in EmitMatcher()901 for (unsigned i = 0, e = MN->getNumNodes(); i != e; ++i) in EmitMatcher()904 return 2 + MN->getNumNodes(); in EmitMatcher()
322 unsigned getNumNodes() const { return Nodes.size(); } in getNumNodes() function in llvm::__anon00e757230111::SplitGraph683 if (createNodesBitVector().size() != getNumNodes()) { in verifyGraph()
456 unsigned getNumNodes() const { return NodeIdSet(*this).size(); } in getNumNodes() function
952 unsigned getNumNodes() const { return ChainNodes.size(); } in getNumNodes() function