Home
last modified time | relevance | path

Searched defs:CounterInfo (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/include/llvm/Support/
H A DDebugCounter.h170 struct CounterInfo { struct
178 DenseMap<unsigned, CounterInfo> Counters; argument
/llvm-project/llvm/lib/Support/
H A DDebugCounter.cpp222 auto &CounterInfo = Result->second; in shouldExecuteImpl() local