Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Support/
H A DDebugCounter.cpp57 void DebugCounter::addCounter(StringRef actionTag, int64_t countToSkip, in addCounter() argument
59 assert(!counters.count(actionTag) && in addCounter()
61 counters.try_emplace(actionTag, countToSkip, countToStopAfter); in addCounter()
/llvm-project-15.0.7/mlir/include/mlir/Support/
H A DDebugCounter.h37 void addCounter(StringRef actionTag, int64_t countToSkip,
H A DDebugAction.h79 virtual FailureOr<bool> shouldExecute(StringRef actionTag, in shouldExecute() argument
/llvm-project-15.0.7/mlir/docs/
H A DDebugActions.md164 /// - actionTag: The tag specified by the action type.
166 virtual FailureOr<bool> shouldExecute(StringRef actionTag,