Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DBlockFrequencyInfoImpl.h375 struct Distribution { struct
382 Distribution() = default; argument
384 void addLocal(const BlockNode &Node, uint64_t Amount) { in addLocal()
388 void addExit(const BlockNode &Node, uint64_t Amount) { in addExit()
392 void addBackedge(const BlockNode &Node, uint64_t Amount) { in addBackedge()
/third_party/skia/third_party/externals/expat/expat/
DREADME.md113 ### a) Building with the configure script (i.e. GNU Autotools)
204 ### b) Building with CMake
/third_party/skia/third_party/externals/expat/
DREADME.md113 ### a) Building with the configure script (i.e. GNU Autotools)
204 ### b) Building with CMake
/third_party/mesa3d/docs/gallium/
Ddistro.rst1 Distribution title
/third_party/PyYAML/
Dsetup.py111 class Distribution(_Distribution): class
/third_party/python/Lib/distutils/
Ddist.py44 class Distribution: class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DBlockFrequencyInfoImpl.cpp69 using Distribution = BlockFrequencyInfoImplBase::Distribution; typedef
/third_party/python/Lib/importlib/metadata/
D__init__.py484 class Distribution: class
/third_party/json/tests/thirdparty/Fuzzer/test/
DFuzzerUnittest.cpp585 TEST(Corpus, Distribution) { in TEST() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DCodeExtractor.cpp1344 using Distribution = BlockFrequencyInfoImplBase::Distribution; in calculateNewCallTerminatorWeights() typedef