Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Debug/
H A DDebugCounter.cpp71 bool DebugCounter::shouldExecute(StringRef tag) { in shouldExecute() function in DebugCounter
/llvm-project/llvm/include/llvm/Support/
H A DDebugCounter.h87 inline static bool shouldExecute(unsigned CounterName) { in shouldExecute() function