HomeSort by relevance Sort by last modified time
    Searched refs:LeafCounts (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/subzero/src/
IceTimerTree.cpp 41 LeafCounts.resize(TT__num);
59 LeafCounts.push_back(decltype(LeafCounts)::value_type());
100 LeafCounts[Mapping[i]] += Src.LeafCounts[i];
190 LeafCounts.resize(Leaf + 1);
194 ++LeafCounts[Leaf];
219 LeafCounts.assign(LeafCounts.size(), 0);
297 if (LeafCounts[i])
    [all...]
IceTimerTree.h 92 std::vector<size_t> LeafCounts; /// indexed by TimerIdT

Completed in 68 milliseconds