Home
last modified time | relevance | path

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

/llvm-project/mlir/include/mlir/Debug/
H A DCounter.h63 : countToSkip(countToSkip), countToStopAfter(countToStopAfter) {} in countToSkip() function
68 int64_t countToSkip; member
/llvm-project/mlir/lib/Debug/
H A DDebugCounter.cpp58 void DebugCounter::addCounter(StringRef actionTag, int64_t countToSkip, in addCounter()