Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h385 struct Distribution { struct
392 Distribution() = default; argument
394 void addLocal(const BlockNode &Node, uint64_t Amount) { in addLocal()
398 void addExit(const BlockNode &Node, uint64_t Amount) { in addExit()
402 void addBackedge(const BlockNode &Node, uint64_t Amount) { in addBackedge()
/freebsd/contrib/expat/
H A DREADME.md120 a) Building with the configure script (i.e. GNU Autotools)Expat, Release 2.6.3""Building from a Source Distribution global() argument
211 b) Building with CMakeExpat, Release 2.6.3""Building from a Source Distribution global() argument
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerDataFlowTrace.cpp196 auto Distribution = std::piecewise_constant_distribution<double>( in Init() local
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp330 std::uniform_int_distribution<uint64_t> Distribution( in addTemporalProfileTrace() local
366 std::uniform_int_distribution<uint64_t> Distribution( in addTemporalProfileTraces() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DBottleneckAnalysis.cpp612 ArrayRef<unsigned> Distribution = Tracker.getResourcePressureDistribution(); in printBottleneckHints() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp91 using Distribution = BlockFrequencyInfoImplBase::Distribution; typedef
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DCommentToXML.cpp1034 StringRef Distribution; in visitFullComment() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1478 using Distribution = BlockFrequencyInfoImplBase::Distribution; in calculateNewCallTerminatorWeights() typedef