Home
last modified time | relevance | path

Searched refs:addCounter (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DDebugCounter.h72 return instance().addCounter(std::string(Name), std::string(Desc)); in registerCounter()
162 unsigned addCounter(const std::string &Name, const std::string &Desc) { in addCounter() function
/llvm-project-15.0.7/mlir/unittests/Support/
H A DDebugCounterTest.cpp26 counter->addCounter(CounterAction::getTag(), /*countToSkip=*/1, in TEST()
/llvm-project-15.0.7/mlir/include/mlir/Support/
H A DDebugCounter.h37 void addCounter(StringRef actionTag, int64_t countToSkip,
/llvm-project-15.0.7/mlir/lib/Support/
H A DDebugCounter.cpp57 void DebugCounter::addCounter(StringRef actionTag, int64_t countToSkip, in addCounter() function in DebugCounter