HomeSort by: relevance | last modified time | path
    Searched defs:Distribution (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Index/
CommentToXML.cpp 1021 StringRef Distribution;
1023 Distribution = AvailabilityAttr::getPrettyPlatformName(
1025 if (Distribution.empty())
1026 Distribution = AA->getPlatform()->getName();
1028 Result << " distribution=\"" << Distribution << "\">";
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 275 BlockMass Mass; ///< Mass distribution from the entry block.
370 /// Distribution of unscaled probability weight.
372 /// Distribution of unscaled probability weight to a set of successors.
377 /// the distribution. It should never overflow twice.
378 struct Distribution {
385 Distribution() = default;
399 /// Normalize the distribution.
433 /// Add all edges out of a packaged loop to the distribution.
440 Distribution &Dist);
442 /// Add an edge to the distribution
    [all...]

Completed in 241 milliseconds