Home
last modified time | relevance | path

Searched refs:NodeCount (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DMLInlineAdvisor.cpp119 NodeCount = 0; in onPassEntry()
123 ++NodeCount; in onPassEntry()
166 --NodeCount; in onSuccessfulInlining()
172 assert(CurrentIRSize >= 0 && EdgeCount >= 0 && NodeCount >= 0); in onSuccessfulInlining()
249 ModelRunner->setFeature(FeatureIndex::NodeCount, NodeCount); in getAdviceImpl()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMLInlineAdvisor.h60 int64_t NodeCount = 0; variable
H A DInlineModelFeatureMaps.h87 M(NodeCount, "node_count", \
/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h388 void reserve(unsigned NodeCount) { Nodes.reserve(NodeCount); } in reserve() argument
/freebsd-13.1/sys/contrib/dev/acpica/include/
H A Dactbl2.h224 UINT32 NodeCount; member
/freebsd-13.1/sys/contrib/dev/acpica/compiler/
H A Ddttable1.c1911 Iort->NodeCount = NodeNumber; in DtCompileIort()
/freebsd-13.1/sys/contrib/dev/acpica/common/
H A Ddmtbinfo2.c200 {ACPI_DMT_UINT32, ACPI_IORT_OFFSET (NodeCount), "Node Count", 0},