Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DMLInlineAdvisor.h80 int64_t NodeCount = 0; variable
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h386 void reserve(unsigned NodeCount) { Nodes.reserve(NodeCount); } in reserve()
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCPseudoProbe.cpp448 uint32_t NodeCount = std::move(*ErrorOrNodeCount); in buildAddress2ProbeMap() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSampleProfileInference.cpp90 void initialize(uint64_t NodeCount, uint64_t SourceNode, uint64_t SinkNode) { in initialize()