HomeSort by: relevance | last modified time | path
    Searched defs:NumNodes (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 328 /// NumNodes - The number of nodes in the graph.
329 int64_t NumNodes = 0;
385 bool empty() const { return NumNodes == 0; }
386 unsigned size() const { return NumNodes; }
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
FoldingSet.h 120 /// NumNodes - Number of nodes in the folding set. Growth occurs when NumNodes
122 unsigned NumNodes;
150 unsigned size() const { return NumNodes; }
153 bool empty() const { return NumNodes == 0; }
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGFast.cpp 768 unsigned NumNodes = Sequence.size();
770 for (unsigned i = 0; i != NumNodes; ++i) {
771 SDNode *N = Sequence[NumNodes-i-1];
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
ScheduleDAGInstrs.cpp 617 unsigned NumNodes = 0;
625 /// To keep NumNodes up to date, insert() is used instead of
634 NumNodes++;
641 assert(NumNodes >= Itr->second.size());
642 NumNodes -= Itr->second.size();
651 NumNodes = 0;
654 unsigned inline size() const { return NumNodes; }
658 NumNodes = 0;
660 NumNodes += I.second.size();
726 // Recompute the size of the map (NumNodes)
    [all...]
  /src/sys/external/bsd/acpica/dist/include/
actbl2.h 3925 UINT32 NumNodes; /* Number of RIMT Nodes */

Completed in 22 milliseconds