Searched refs:CounterID (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/llvm/lib/Support/ |
D | DebugCounter.cpp | 88 unsigned CounterID = getCounterId(std::string(CounterName)); in push_back() local 89 if (!CounterID) { in push_back() 96 CounterInfo &Counter = Counters[CounterID]; in push_back() 101 unsigned CounterID = getCounterId(std::string(CounterName)); in push_back() local 102 if (!CounterID) { in push_back() 109 CounterInfo &Counter = Counters[CounterID]; in push_back() 126 unsigned CounterID = getCounterId(std::string(CounterName)); in print() local 127 OS << left_justify(RegisteredCounters[CounterID], 32) << ": {" in print() 128 << Us.Counters[CounterID].Count << "," << Us.Counters[CounterID].Skip in print() 129 << "," << Us.Counters[CounterID].StopAfter << "}\n"; in print()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | DebugCounter.cpp | 88 unsigned CounterID = getCounterId(CounterName); in push_back() local 89 if (!CounterID) { in push_back() 96 CounterInfo &Counter = Counters[CounterID]; in push_back() 101 unsigned CounterID = getCounterId(CounterName); in push_back() local 102 if (!CounterID) { in push_back() 109 CounterInfo &Counter = Counters[CounterID]; in push_back() 126 unsigned CounterID = getCounterId(CounterName); in print() local 127 OS << left_justify(RegisteredCounters[CounterID], 32) << ": {" in print() 128 << Us.Counters[CounterID].Count << "," << Us.Counters[CounterID].Skip in print() 129 << "," << Us.Counters[CounterID].StopAfter << "}\n"; in print()
|
/external/llvm-project/llvm/lib/ProfileData/Coverage/ |
D | CoverageMapping.cpp | 86 return LHS.CounterID < RHS.CounterID; in simplify() 92 if (I->CounterID == Prev->CounterID) { in simplify() 109 C = Counter::getCounter(T.CounterID); in simplify() 112 Counter::getCounter(T.CounterID))); in simplify() 121 Counter::getCounter(T.CounterID))); in simplify()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/Coverage/ |
D | CoverageMapping.cpp | 86 return LHS.CounterID < RHS.CounterID; in simplify() 92 if (I->CounterID == Prev->CounterID) { in simplify() 109 C = Counter::getCounter(T.CounterID); in simplify() 112 Counter::getCounter(T.CounterID))); in simplify() 121 Counter::getCounter(T.CounterID))); in simplify()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/Coverage/ |
D | CoverageMapping.h | 172 unsigned CounterID; member 175 Term(unsigned CounterID, int Factor) in Term() 176 : CounterID(CounterID), Factor(Factor) {} in Term()
|
/external/llvm-project/llvm/include/llvm/ProfileData/Coverage/ |
D | CoverageMapping.h | 174 unsigned CounterID; member 177 Term(unsigned CounterID, int Factor) in Term() 178 : CounterID(CounterID), Factor(Factor) {} in Term()
|