HomeSort by relevance Sort by last modified time
    Searched refs:getNumNodes (Results 1 - 4 of 4) sorted by null

  /external/llvm/utils/TableGen/
DAGISelMatcherEmitter.cpp 486 if (MN->getNumNodes() == 1 && MN->getNode(0) < 2) {
491 OS << "OPC_EmitMergeInputChains, " << MN->getNumNodes() << ", ";
492 for (unsigned i = 0, e = MN->getNumNodes(); i != e; ++i)
495 return 2+MN->getNumNodes();
568 OS << "OPC_MarkGlueResults, " << CFR->getNumNodes() << ", ";
570 for (unsigned i = 0, e = CFR->getNumNodes(); i != e; ++i)
DAGISelMatcher.h     [all...]
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
HtmlTree.java 156 public int getNumNodes() {
312 debug.append("\nNum nodes_: ").append(getNumNodes());
    [all...]
  /external/llvm/include/llvm/CodeGen/PBQP/
Graph.h 393 unsigned getNumNodes() const { return NodeIdSet(*this).size(); }

Completed in 198 milliseconds