Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/unittests/Support/
H A DDebugActionTest.cpp68 TEST(DebugActionTest, DebugCounterHandler) { in TEST() argument
72 struct DebugCounterHandler : public SimpleAction::Handler { in TEST() struct
73 FailureOr<bool> shouldExecute() final { return numExecutions++ < 3; } in TEST()
74 unsigned numExecutions = 0; in TEST()