| /src/contrib/llvm-project/llvm/lib/Support/ |
| H A D | FoldingSet.cpp | 188 NumNodes = 0; in FoldingSetBase() 192 : Buckets(Arg.Buckets), NumBuckets(Arg.NumBuckets), NumNodes(Arg.NumNodes) { in FoldingSetBase() 195 Arg.NumNodes = 0; in FoldingSetBase() 202 NumNodes = RHS.NumNodes; in operator =() 205 RHS.NumNodes = 0; in operator =() 221 NumNodes = 0; in clear() 236 NumNodes = 0; in GrowBucketCount() 307 if (NumNodes+1 > capacity()) { in InsertNode() 314 ++NumNodes; in InsertNode() 340 --NumNodes; in RemoveNode()
|
| H A D | BalancedPartitioning.cpp | 116 unsigned NumNodes = std::distance(Nodes.begin(), Nodes.end()); in bisect() local 117 if (NumNodes <= 1 || RecDepth >= Config.SplitDepth) { in bisect() 129 NumNodes, RootBucket)); in bisect() 156 if (TP && RecDepth < Config.TaskSplitDepth && NumNodes >= 4) { in bisect() 169 unsigned NumNodes = std::distance(Nodes.begin(), Nodes.end()); in runIterations() local 178 return UtilityNodeIndex[UN] == 1 || UtilityNodeIndex[UN] == NumNodes; in runIterations() 303 unsigned NumNodes = std::distance(Nodes.begin(), Nodes.end()); in split() local 304 auto NodesMid = Nodes.begin() + (NumNodes + 1) / 2; in split()
|
| /src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | CodeLayout.cpp | 593 : NumNodes(NodeSizes.size()) { in ExtTSPImpl() 618 AllNodes.reserve(NumNodes); in initialize() 619 for (uint64_t Idx = 0; Idx < NumNodes; Idx++) { in initialize() 629 SuccNodes.resize(NumNodes); in initialize() 630 PredNodes.resize(NumNodes); in initialize() 631 std::vector<uint64_t> OutDegree(NumNodes, 0); in initialize() 659 AllChains.reserve(NumNodes); in initialize() 660 HotChains.reserve(NumNodes); in initialize() 807 for (size_t SrcBB = 0; SrcBB < NumNodes; SrcBB++) { in mergeColdChains() 1002 Order.reserve(NumNodes); in concatChains() [all …]
|
| /src/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | MemProf.cpp | 221 const uint64_t NumNodes = in deserializeV0() local 223 for (uint64_t I = 0; I < NumNodes; I++) { in deserializeV0() 265 const uint64_t NumNodes = in deserializeV2() local 267 Record.AllocSites.reserve(NumNodes); in deserializeV2() 268 for (uint64_t I = 0; I < NumNodes; I++) { in deserializeV2() 296 const uint64_t NumNodes = in deserializeV3() local 298 Record.AllocSites.reserve(NumNodes); in deserializeV3() 299 for (uint64_t I = 0; I < NumNodes; I++) { in deserializeV3()
|
| /src/sys/contrib/dev/acpica/components/debugger/ |
| H A D | dbstats.c | 438 NumNodes++; in AcpiDbClassifyOneObject() 452 SizeOfNodeEntries = NumNodes * (UINT32) sizeof (ACPI_NAMESPACE_NODE); in AcpiDbClassifyOneObject() 453 SizeOfAcpiObjects = NumNodes * (UINT32) sizeof (ACPI_OPERAND_OBJECT); in AcpiDbClassifyOneObject()
|
| /src/stand/i386/libi386/ |
| H A D | biospnp.c | 94 #define biospnp_f00(NumNodes, NodeSize) biospnp_call(0x00, "ll", NumNodes, NodeSize) argument
|
| /src/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | ScheduleDAGInstrs.cpp | 626 unsigned NumNodes = 0; member in ScheduleDAGInstrs::Value2SUsMap 643 NumNodes++; in insert() 650 assert(NumNodes >= Itr->second.size()); in clearList() 651 NumNodes -= Itr->second.size(); in clearList() 660 NumNodes = 0; in clear() 663 unsigned inline size() const { return NumNodes; } in size() 667 NumNodes = 0; in reComputeSize() 669 NumNodes += I.second.size(); in reComputeSize()
|
| /src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | ExplodedGraph.h | 328 int64_t NumNodes = 0; variable 384 bool empty() const { return NumNodes == 0; } in empty() 385 unsigned size() const { return NumNodes; } in size()
|
| /src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExplodedGraph.cpp | 165 --NumNodes; in collectNode() 413 ++NumNodes; in getNode() 414 new (V) NodeTy(L, State, NumNodes, IsSink); in getNode()
|
| /src/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | FoldingSet.h | 127 unsigned NumNodes; variable 155 unsigned size() const { return NumNodes; } in size() 158 bool empty() const { return NumNodes == 0; } in empty()
|
| /src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | ScheduleDAGFast.cpp | 777 unsigned NumNodes = Sequence.size(); in EmitSchedule() local 779 for (unsigned i = 0; i != NumNodes; ++i) { in EmitSchedule() 780 SDNode *N = Sequence[NumNodes-i-1]; in EmitSchedule()
|
| H A D | ScheduleDAGSDNodes.cpp | 333 unsigned NumNodes = 0; in BuildSchedUnits() local 336 ++NumNodes; in BuildSchedUnits() 344 SUnits.reserve(NumNodes * 2); in BuildSchedUnits()
|
| /src/sys/contrib/dev/acpica/include/ |
| H A D | actbl2.h | 4033 UINT32 NumNodes; /* Number of RIMT Nodes */ member
|
| /src/sys/contrib/dev/acpica/compiler/ |
| H A D | dttable1.c | 3679 Rimt->NumNodes = NodeNumber; in DtCompileRimt()
|
| /src/sys/contrib/dev/acpica/common/ |
| H A D | dmtbinfo2.c | 2374 {ACPI_DMT_UINT32, ACPI_RIMT_OFFSET (NumNodes), "Number of RIMT Nodes", 0},
|