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

  /src/external/apache2/llvm/dist/llvm/lib/Support/
FoldingSet.cpp 236 NumNodes = 0;
240 : Buckets(Arg.Buckets), NumBuckets(Arg.NumBuckets), NumNodes(Arg.NumNodes) {
243 Arg.NumNodes = 0;
250 NumNodes = RHS.NumNodes;
253 RHS.NumNodes = 0;
269 NumNodes = 0;
284 NumNodes = 0;
355 if (NumNodes+1 > capacity())
    [all...]
  /src/sys/external/bsd/acpica/dist/debugger/
dbstats.c 330 NumNodes++;
344 SizeOfNodeEntries = NumNodes * (UINT32) sizeof (ACPI_NAMESPACE_NODE);
345 SizeOfAcpiObjects = NumNodes * (UINT32) sizeof (ACPI_OPERAND_OBJECT);
  /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/clang/lib/StaticAnalyzer/Core/
ExplodedGraph.cpp 166 --NumNodes;
415 ++NumNodes;
416 new (V) NodeTy(L, State, NumNodes, IsSink);
  /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/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];
ScheduleDAGSDNodes.cpp 329 unsigned NumNodes = 0;
332 ++NumNodes;
340 SUnits.reserve(NumNodes * 2);
  /src/sys/external/bsd/acpica/dist/common/
dmtbinfo2.c 2266 {ACPI_DMT_UINT32, ACPI_RIMT_OFFSET (NumNodes), "Number of RIMT Nodes", 0},
  /src/sys/external/bsd/acpica/dist/compiler/
dttable1.c 3702 Rimt->NumNodes = NodeNumber;
  /src/sys/external/bsd/acpica/dist/include/
actbl2.h 3925 UINT32 NumNodes; /* Number of RIMT Nodes */

Completed in 36 milliseconds