Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Support/
H A DDebugAction.h120 FailureOr<bool> result = dispatchToHandler<ActionType, bool>( in shouldExecute()
141 FailureOr<ResultT> dispatchToHandler(HandlerCallbackT &&handlerCallback, in dispatchToHandler() function