Searched defs:Distribution (Results 1 – 10 of 10) sorted by relevance
384 struct Distribution { struct391 Distribution() = default; argument393 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()
114 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
316 std::uniform_int_distribution<unsigned long> Distribution(1, in waitForUnlock() local
196 auto Distribution = std::piecewise_constant_distribution<double>( in Init() local
184 std::uniform_int_distribution<> Distribution(0, Max); in randomIndex() local
611 ArrayRef<unsigned> Distribution = Tracker.getResourcePressureDistribution(); in printBottleneckHints() local
1021 StringRef Distribution; in visitFullComment() local
90 using Distribution = BlockFrequencyInfoImplBase::Distribution; typedef
1456 using Distribution = BlockFrequencyInfoImplBase::Distribution; in calculateNewCallTerminatorWeights() typedef
630 TEST(Corpus, Distribution) { in TEST() argument