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

  /external/llvm/include/llvm/ProfileData/
CoverageMapping.h 235 ArrayRef<uint64_t> CounterValues;
239 ArrayRef<uint64_t> CounterValues = ArrayRef<uint64_t>())
240 : Expressions(Expressions), CounterValues(CounterValues) {}
242 void setCounts(ArrayRef<uint64_t> Counts) { CounterValues = Counts; }
  /external/llvm/lib/ProfileData/
CoverageMapping.cpp 141 if (CounterValues.empty())
154 if (C.getCounterID() >= CounterValues.size())
156 return CounterValues[C.getCounterID()];

Completed in 47 milliseconds