Lines Matching defs:ExecutionContext
212 ### ExecutionContext
214 The `ExecutionContext` is a component that provides facility to unify the kind
220 The `ExecutionContext` is itself registered as a handler with the MLIRContext
225 - Multiple `Observers` can be registered with the `ExecutionContext`. When an
228 - Multiple `BreakpointManager` can be registered with the `ExecutionContext`.
232 `ExecutionContext` is invoked, otherwise the transformation is directly
236 registered with the `ExecutionContext`, it is invoked when a `BreakPoint` is
238 instructing the `ExecutionContext` of how to proceed next:
257 #### Debugger ExecutionContext Hook
259 MLIR provides a callback for the `ExecutionContext` that implements a small
268 - set the `Control` flag to be returned to the `ExecutionContext`.