Home
last modified time | relevance | path

Searched defs:NodeCount (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/llvm/include/llvm/Analysis/
DMLInlineAdvisor.h59 int64_t NodeCount = 0; variable
/external/llvm-project/clang/unittests/Tooling/Syntax/
DTreeTest.cpp94 for (auto NodeCount : NodeCountPerLayer) in generateAllTreesWithShape() local
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExplodedGraph.h332 void reserve(unsigned NodeCount) { Nodes.reserve(NodeCount); } in reserve()
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExplodedGraph.h388 void reserve(unsigned NodeCount) { Nodes.reserve(NodeCount); } in reserve()
/external/swiftshader/third_party/subzero/src/
DIceCfg.cpp77 SizeT NodeCount = 0; in getFunctionNameAndSize() local