Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h378 struct Distribution { struct
385 Distribution() = default; argument
387 void addLocal(const BlockNode &Node, uint64_t Amount) { in addLocal()
391 void addExit(const BlockNode &Node, uint64_t Amount) { in addExit()
395 void addBackedge(const BlockNode &Node, uint64_t Amount) { in addBackedge()
/netbsd-src/external/mit/expat/dist/
H A DREADME.md113 ### a) Building with the configure script (i.e. GNU Autotools)
204 ### b) Building with CMake
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DLockFileManager.cpp317 std::uniform_int_distribution<unsigned long> Distribution(1, in waitForUnlock() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DSnippetGenerator.cpp182 std::uniform_int_distribution<> Distribution(0, Max); in randomIndex() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-mca/Views/
H A DBottleneckAnalysis.cpp612 ArrayRef<unsigned> Distribution = Tracker.getResourcePressureDistribution(); in printBottleneckHints() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp77 using Distribution = BlockFrequencyInfoImplBase::Distribution; typedef
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DCommentToXML.cpp1021 StringRef Distribution; in visitFullComment() local
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/tests/
H A DFuzzerUnittest.cpp591 TEST(Corpus, Distribution) { in TEST() argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1402 using Distribution = BlockFrequencyInfoImplBase::Distribution; in calculateNewCallTerminatorWeights() typedef