Home
last modified time | relevance | path

Searched refs:NumNodes (Results 1 – 15 of 15) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Support/
H A DFoldingSet.cpp188 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 DBalancedPartitioning.cpp116 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 DCodeLayout.cpp593 : 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 DMemProf.cpp221 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 Ddbstats.c438 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 Dbiospnp.c94 #define biospnp_f00(NumNodes, NodeSize) biospnp_call(0x00, "ll", NumNodes, NodeSize) argument
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp626 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 DExplodedGraph.h328 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 DExplodedGraph.cpp165 --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 DFoldingSet.h127 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 DScheduleDAGFast.cpp777 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 DScheduleDAGSDNodes.cpp333 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 Dactbl2.h4033 UINT32 NumNodes; /* Number of RIMT Nodes */ member
/src/sys/contrib/dev/acpica/compiler/
H A Ddttable1.c3679 Rimt->NumNodes = NodeNumber; in DtCompileRimt()
/src/sys/contrib/dev/acpica/common/
H A Ddmtbinfo2.c2374 {ACPI_DMT_UINT32, ACPI_RIMT_OFFSET (NumNodes), "Number of RIMT Nodes", 0},