Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DDebugCounter.cpp182 StringRef CounterName = CounterPair.first; in push_back() local
209 for (auto &CounterName : CounterNames) { in print() local
218 bool DebugCounter::shouldExecuteImpl(unsigned CounterName) { in shouldExecuteImpl()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DDebugCounter.h87 inline static bool shouldExecute(unsigned CounterName) { in shouldExecute()