Home
last modified time | relevance | path

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

/freebsd/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.cpp117 unsigned NumNodes = std::distance(Nodes.begin(), Nodes.end()); in bisect() local
118 if (NumNodes <= 1 || RecDepth >= Config.SplitDepth) { in bisect()
130 NumNodes, RootBucket)); in bisect()
158 if (TP && RecDepth < Config.TaskSplitDepth && NumNodes >= 4) { in bisect()
171 unsigned NumNodes = std::distance(Nodes.begin(), Nodes.end()); in runIterations() local
181 return UNI == 1 || UNI == NumNodes; in runIterations()
306 unsigned NumNodes = std::distance(Nodes.begin(), Nodes.end()); in split() local
307 auto NodesMid = Nodes.begin() + (NumNodes + 1) / 2; in split()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DMemProf.cpp206 const uint64_t NumNodes = in deserializeV2() local
208 Record.AllocSites.reserve(NumNodes); in deserializeV2()
209 for (uint64_t I = 0; I < NumNodes; I++) { in deserializeV2()
237 const uint64_t NumNodes = in deserializeV3() local
239 Record.AllocSites.reserve(NumNodes); in deserializeV3()
241 for (uint64_t I = 0; I < NumNodes; I++) { in deserializeV3()
274 const uint64_t NumNodes = in deserializeV4() local
276 Record.AllocSites.reserve(NumNodes); in deserializeV4()
278 for (uint64_t I = 0; I < NumNodes; I++) { in deserializeV4()
/freebsd/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 …]
/freebsd/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()
/freebsd/stand/i386/libi386/
H A Dbiospnp.c94 #define biospnp_f00(NumNodes, NodeSize) biospnp_call(0x00, "ll", NumNodes, NodeSize) argument
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h326 int64_t NumNodes = 0; variable
381 bool empty() const { return NumNodes == 0; } in empty()
382 unsigned size() const { return NumNodes; } in size()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp642 unsigned NumNodes = 0; member in ScheduleDAGInstrs::Value2SUsMap
659 NumNodes++; in insert()
666 assert(NumNodes >= Itr->second.size()); in clearList()
667 NumNodes -= Itr->second.size(); in clearList()
676 NumNodes = 0; in clear()
679 unsigned inline size() const { return NumNodes; } in size()
683 NumNodes = 0; in reComputeSize()
685 NumNodes += I.second.size(); in reComputeSize()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp163 --NumNodes; in collectNode()
413 ++NumNodes; in getNode()
414 new (V) NodeTy(L, State, NumNodes, IsSink); in getNode()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DFoldingSet.h128 unsigned NumNodes; variable
156 unsigned size() const { return NumNodes; } in size()
159 bool empty() const { return NumNodes == 0; } in empty()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp770 unsigned NumNodes = Sequence.size(); in EmitSchedule() local
772 for (unsigned i = 0; i != NumNodes; ++i) { in EmitSchedule()
773 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()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericDomTree.h344 size_t NumNodes = 0;
351 NumNodes++;
359 return NumNodes != NumOtherNodes;
/freebsd/sys/contrib/dev/acpica/compiler/
H A Ddttable1.c3810 Rimt->NumNodes = NodeNumber; in DtCompileRimt()
/freebsd/sys/contrib/dev/acpica/include/
H A Dactbl2.h4033 UINT32 NumNodes; /* Number of RIMT Nodes */ member
/freebsd/sys/contrib/dev/acpica/common/
H A Ddmtbinfo2.c2374 {ACPI_DMT_UINT32, ACPI_RIMT_OFFSET (NumNodes), "Number of RIMT Nodes", 0},