Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/Analysis/
H A DMLInlineAdvisor.h83 int64_t NodeCount = 0; global() variable
/llvm-project/clang-tools-extra/pseudo/include/clang-pseudo/
H A DForest.h
/llvm-project/clang/unittests/Tooling/Syntax/
H A DTreeTest.cpp94 for (auto NodeCount : NodeCountPerLayer) in generateAllTreesWithShape() local
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h387 void reserve(unsigned NodeCount) { Nodes.reserve(NodeCount); } in reserve()
/llvm-project/llvm/lib/MC/
H A DMCPseudoProbe.cpp463 uint32_t NodeCount = std::move(*ErrorOrNodeCount); buildAddress2ProbeMap() local
/llvm-project/llvm/lib/Transforms/Utils/
H A DSampleProfileInference.cpp91 void initialize(uint64_t NodeCount, uint64_t SourceNode, uint64_t SinkNode) { in initialize()