Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DMLInlineAdvisor.cpp135 NodeCount = AllNodes.size(); in MLInlineAdvisor()
159 NodeCount -= static_cast<int64_t>(NodesInLastSCC.size()); in onPassEntry()
168 ++NodeCount; in onPassEntry()
215 assert(NodeCount >= NodesInLastSCC.size()); in onPassExit()
257 --NodeCount; in onSuccessfulInlining()
262 assert(CurrentIRSize >= 0 && EdgeCount >= 0 && NodeCount >= 0); in onSuccessfulInlining()
351 *ModelRunner->getTensor<int64_t>(FeatureIndex::NodeCount) = NodeCount; in getAdviceImpl()
414 OS << "[MLInlineAdvisor] Nodes: " << NodeCount << " Edges: " << EdgeCount in print()
/llvm-project-15.0.7/clang-tools-extra/pseudo/include/clang-pseudo/
H A DForest.h181 size_t nodeCount() const { return NodeCount; } in nodeCount()
188 ++NodeCount; in create()
198 uint32_t NodeCount = 0; variable
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DInlineModelFeatureMaps.h89 M(NodeCount, "node_count", \
H A DMLInlineAdvisor.h76 int64_t NodeCount = 0; variable
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h386 void reserve(unsigned NodeCount) { Nodes.reserve(NodeCount); } in reserve() argument
/llvm-project-15.0.7/clang/unittests/Tooling/Syntax/
H A DTreeTest.cpp94 for (auto NodeCount : NodeCountPerLayer) in generateAllTreesWithShape() local
95 Layer = GenerateNextLayer(Layer, NodeCount); in generateAllTreesWithShape()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSampleProfileInference.cpp80 void initialize(uint64_t NodeCount, uint64_t SourceNode, uint64_t SinkNode) { in initialize() argument
84 Nodes = std::vector<Node>(NodeCount); in initialize()
85 Edges = std::vector<std::vector<Edge>>(NodeCount, std::vector<Edge>()); in initialize()
88 std::vector<std::vector<Edge *>>(NodeCount, std::vector<Edge *>()); in initialize()
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCPseudoProbe.cpp428 uint32_t NodeCount = std::move(*ErrorOrNodeCount); in buildAddress2ProbeMap() local
434 for (std::size_t I = 0; I < NodeCount; I++) { in buildAddress2ProbeMap()
/llvm-project-15.0.7/clang-tools-extra/pseudo/lib/
H A DForest.cpp189 NodeCount = Index; in createTerminals()