Home
last modified time | relevance | path

Searched refs:CounterInfo (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/llvm/include/llvm/Support/
DDebugCounter.h81 auto &CounterInfo = Result->second; in shouldExecute() local
82 ++CounterInfo.Count; in shouldExecute()
87 if (CounterInfo.Skip < 0) in shouldExecute()
89 if (CounterInfo.Skip >= CounterInfo.Count) in shouldExecute()
91 if (CounterInfo.StopAfter < 0) in shouldExecute()
93 return CounterInfo.StopAfter + CounterInfo.Skip >= CounterInfo.Count; in shouldExecute()
169 struct CounterInfo { struct
176 DenseMap<unsigned, CounterInfo> Counters; argument
/external/llvm-project/llvm/lib/Support/
DDebugCounter.cpp96 CounterInfo &Counter = Counters[CounterID]; in push_back()
109 CounterInfo &Counter = Counters[CounterID]; in push_back()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DDebugCounter.cpp96 CounterInfo &Counter = Counters[CounterID]; in push_back()
109 CounterInfo &Counter = Counters[CounterID]; in push_back()