Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/ExecutionEngine/
H A DAsyncRuntime.cpp325 static void setValueState(AsyncValue *value, State state) { in setValueState() function
348 setValueState(value, State::kAvailable); in mlirAsyncRuntimeEmplaceValue()
356 setValueState(value, State::kError); in mlirAsyncRuntimeSetValueError()