Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Analysis/
DMLInlineAdvisor.cpp111 NodeCount = 0; in onPassEntry()
115 ++NodeCount; in onPassEntry()
154 --NodeCount; in onSuccessfulInlining()
160 assert(CurrentIRSize >= 0 && EdgeCount >= 0 && NodeCount >= 0); in onSuccessfulInlining()
231 ModelRunner->setFeature(FeatureIndex::NodeCount, NodeCount); in getAdvice()
/external/llvm-project/llvm/include/llvm/Analysis/
DInlineModelFeatureMaps.h32 M(NodeCount, "node_count", \
DMLInlineAdvisor.h59 int64_t NodeCount = 0; variable
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExplodedGraph.h332 void reserve(unsigned NodeCount) { Nodes.reserve(NodeCount); } in reserve() argument
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExplodedGraph.h388 void reserve(unsigned NodeCount) { Nodes.reserve(NodeCount); } in reserve() argument
/external/llvm-project/clang/unittests/Tooling/Syntax/
DTreeTest.cpp94 for (auto NodeCount : NodeCountPerLayer) in generateAllTreesWithShape() local
95 Layer = GenerateNextLayer(Layer, NodeCount); in generateAllTreesWithShape()
/external/swiftshader/third_party/subzero/src/
DIceCfg.cpp77 SizeT NodeCount = 0; in getFunctionNameAndSize() local
80 ++NodeCount; in getFunctionNameAndSize()
89 ":b=" + std::to_string(NodeCount) + ")"; in getFunctionNameAndSize()