Home
last modified time | relevance | path

Searched defs:Distribution (Results 1 – 10 of 10) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h384 struct Distribution { struct
391 Distribution() = default; argument
393 void addLocal(const BlockNode &Node, uint64_t Amount) { in addLocal()
397 void addExit(const BlockNode &Node, uint64_t Amount) { in addExit()
401 void addBackedge(const BlockNode &Node, uint64_t Amount) { in addBackedge()
/openbsd-src/lib/libexpat/
H A DREADME.md114 a) Building with the configure script (i.e. GNU Autotools)Expat, Release 2.6.2""Building from a Source Distribution global() argument
205 b) Building with CMakeExpat, Release 2.6.2""Building from a Source Distribution global() argument
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DLockFileManager.cpp316 std::uniform_int_distribution<unsigned long> Distribution(1, in waitForUnlock() local
/openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerDataFlowTrace.cpp196 auto Distribution = std::piecewise_constant_distribution<double>( in Init() local
/openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/lib/
H A DSnippetGenerator.cpp184 std::uniform_int_distribution<> Distribution(0, Max); in randomIndex() local
/openbsd-src/gnu/llvm/llvm/tools/llvm-mca/Views/
H A DBottleneckAnalysis.cpp611 ArrayRef<unsigned> Distribution = Tracker.getResourcePressureDistribution(); in printBottleneckHints() local
/openbsd-src/gnu/llvm/clang/lib/Index/
H A DCommentToXML.cpp1021 StringRef Distribution; in visitFullComment() local
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp90 using Distribution = BlockFrequencyInfoImplBase::Distribution; typedef
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1456 using Distribution = BlockFrequencyInfoImplBase::Distribution; in calculateNewCallTerminatorWeights() typedef
/openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/tests/
H A DFuzzerUnittest.cpp630 TEST(Corpus, Distribution) { in TEST() argument