Searched refs:NodeCount (Results 1 - 13 of 13) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DInlineModelFeatureMaps.h32 M(NodeCount, "node_count", \
H A DMLInlineAdvisor.h60 int64_t NodeCount = 0; member in class:llvm::MLInlineAdvisor
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DMLInlineAdvisor.cpp111 NodeCount = 0;
115 ++NodeCount;
158 --NodeCount;
164 assert(CurrentIRSize >= 0 && EdgeCount >= 0 && NodeCount >= 0);
235 ModelRunner->setFeature(FeatureIndex::NodeCount, NodeCount);
/netbsd-current/sys/arch/arm/acpi/
H A Dacpi_iort.c93 for (n = 0; n < le32toh(iort->NodeCount); n++) {
127 for (n = 0; n < le32toh(iort->NodeCount); n++) {
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
H A DPseudoProbe.cpp228 uint32_t NodeCount = readUnsignedNumber<uint32_t>(); local
232 for (std::size_t I = 0; I < NodeCount; I++) {
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h388 void reserve(unsigned NodeCount) { Nodes.reserve(NodeCount); } argument
/netbsd-current/sys/external/bsd/acpica/dist/include/
H A Dactbl3.h595 UINT16 NodeCount; member in struct:acpi_table_viot
H A Dactbl2.h449 UINT32 NodeCount; member in struct:acpi_table_iort
3231 UINT32 NodeCount; member in struct:acpi_table_rhct
/netbsd-current/sys/external/bsd/acpica/dist/compiler/
H A Ddttable2.c3316 UINT16 NodeCount; local
3336 NodeCount = 0;
3389 NodeCount++;
3392 Viot->NodeCount = NodeCount;
H A Ddttable1.c2520 Iort->NodeCount = NodeNumber;
/netbsd-current/sys/external/bsd/acpica/dist/common/
H A Ddmtbinfo3.c497 {ACPI_DMT_UINT16, ACPI_VIOT_OFFSET (NodeCount), "Node count", 0},
H A Ddmtbinfo2.c145 {ACPI_DMT_UINT32, ACPI_IORT_OFFSET (NodeCount), "Node Count", 0},
2118 {ACPI_DMT_UINT32, ACPI_RHCT_OFFSET (NodeCount), "Number of nodes", 0},
/netbsd-current/usr.sbin/acpitools/acpidump/
H A Dacpi.c2375 printf("\tIORT Nodes=%u\n", iort->NodeCount);
2379 for (i = 0; i < iort->NodeCount; i++) {

Completed in 306 milliseconds