Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h385 struct Distribution { struct
392 Distribution() = default; argument
394 addLocalDistribution addLocal() argument
398 addExitDistribution addExit() argument
402 addBackedgeDistribution addBackedge() argument
[all...]
/freebsd-src/contrib/expat/
H A DREADME.md114 a) Building with the configure script (i.e. GNU Autotools)Expat, Release 2.6.0""Building from a Source Distribution global() argument
205 b) Building with CMakeExpat, Release 2.6.0""Building from a Source Distribution global() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DLockFileManager.cpp316 std::uniform_int_distribution<unsigned long> Distribution(1, waitForUnlock() local
/freebsd-src/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerDataFlowTrace.cpp196 auto Distribution = std::piecewise_constant_distribution<double>( in Init() local
/freebsd-src/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp310 std::uniform_int_distribution<uint64_t> Distribution( addTemporalProfileTrace() local
342 std::uniform_int_distribution<uint64_t> Distribution( addTemporalProfileTraces() local
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DBottleneckAnalysis.cpp611 ArrayRef<unsigned> Distribution = Tracker.getResourcePressureDistribution(); printBottleneckHints() local
/freebsd-src/contrib/llvm-project/clang/lib/Index/
H A DCommentToXML.cpp1021 StringRef Distribution; visitFullComment() local
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp91 using Distribution = BlockFrequencyInfoImplBase::Distribution; typedef
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1459 using Distribution = BlockFrequencyInfoImplBase::Distribution; calculateNewCallTerminatorWeights() typedef