Home
last modified time | relevance | path

Searched refs:GetEntryCount (Results 1 – 11 of 11) sorted by relevance

/external/llvm-project/llvm/lib/LTO/
DSummaryBasedOptimizations.cpp54 auto GetEntryCount = [](ValueInfo V) { in computeSyntheticCounts() local
76 Scaled64 EC(GetEntryCount(V), 0); in computeSyntheticCounts()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DSummaryBasedOptimizations.cpp54 auto GetEntryCount = [](ValueInfo V) { in computeSyntheticCounts() local
76 Scaled64 EC(GetEntryCount(V), 0); in computeSyntheticCounts()
/external/libvpx/libvpx/third_party/libwebm/mkvparser/
Dmkvparser.h1009 long GetEntryCount() const;
Dmkvparser.cc7405 long Cluster::GetEntryCount() const { return m_entries_count; } in GetEntryCount() function in mkvparser::Cluster
/external/libvpx/libwebm/mkvparser/
Dmkvparser.h1009 long GetEntryCount() const;
Dmkvparser.cc7410 long Cluster::GetEntryCount() const { return m_entries_count; } in GetEntryCount() function in mkvparser::Cluster
/external/libwebm/mkvparser/
Dmkvparser.h1009 long GetEntryCount() const;
Dmkvparser.cc7410 long Cluster::GetEntryCount() const { return m_entries_count; } in GetEntryCount() function in mkvparser::Cluster
/external/libaom/libaom/third_party/libwebm/mkvparser/
Dmkvparser.h1009 long GetEntryCount() const;
Dmkvparser.cc7405 long Cluster::GetEntryCount() const { return m_entries_count; } in GetEntryCount() function in mkvparser::Cluster
/external/libwebm/
Dwebm_info.cc876 cluster.GetEntryCount()); in OutputCluster()