Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Analysis/
H A DMLInlineAdvisor.cpp188 NodeCount = AllNodes.size(); in MLInlineAdvisor()
228 ++NodeCount; in onPassEntry()
269 assert(NodeCount >= NodesInLastSCC.size()); in onPassExit()
313 --NodeCount; in onSuccessfulInlining()
321 assert(CurrentIRSize >= 0 && EdgeCount >= 0 && NodeCount >= 0); in onSuccessfulInlining()
415 *ModelRunner->getTensor<int64_t>(FeatureIndex::node_count) = NodeCount; in getAdviceImpl()
486 OS << "[MLInlineAdvisor] Nodes: " << NodeCount << " Edges: " << EdgeCount in print()
/llvm-project/clang-tools-extra/pseudo/include/clang-pseudo/
H A DForest.h
/llvm-project/llvm/include/llvm/Analysis/
H A DMLInlineAdvisor.h82 int64_t NodeCount = 0;
83 int64_t NodeCount = 0; global() variable
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h387 void reserve(unsigned NodeCount) { Nodes.reserve(NodeCount); } in reserve() argument
/llvm-project/clang/unittests/Tooling/Syntax/
H A DTreeTest.cpp94 for (auto NodeCount : NodeCountPerLayer) in generateAllTreesWithShape() local
95 Layer = GenerateNextLayer(Layer, NodeCount); in generateAllTreesWithShape()
/llvm-project/llvm/lib/Transforms/Utils/
H A DSampleProfileInference.cpp91 void initialize(uint64_t NodeCount, uint64_t SourceNode, uint64_t SinkNode) { in initialize() argument
95 Nodes = std::vector<Node>(NodeCount); in initialize()
96 Edges = std::vector<std::vector<Edge>>(NodeCount, std::vector<Edge>()); in initialize()
99 std::vector<std::vector<Edge *>>(NodeCount, std::vector<Edge *>()); in initialize()
/llvm-project/llvm/lib/MC/
H A DMCPseudoProbe.cpp475 uint32_t NodeCount = in buildAddress2ProbeMap()
482 for (std::size_t I = 0; I < NodeCount; I++) { in buildAddress2ProbeMap()
565 uint32_t NodeCount = std::move(*ErrorOrNodeCount); in printProbeForAddress()
575 for (std::size_t I = 0; I < NodeCount; I++) { in printProbesForAllAddresses()
463 uint32_t NodeCount = std::move(*ErrorOrNodeCount); buildAddress2ProbeMap() local
/llvm-project/clang-tools-extra/pseudo/lib/
H A DForest.cpp