Searched defs:executeActionInternal (Results 1 – 2 of 2) sorted by relevance
/llvm-project/mlir/include/mlir/IR/ | ||
H A D | MLIRContext.h | 291 executeActionInternal(function_ref<void()> actionFn, ArrayRef<IRUnit> irUnits, executeActionInternal() function |
/llvm-project/mlir/lib/IR/ | ||
H A D | MLIRContext.cpp | 388 void MLIRContext::executeActionInternal(function_ref<void()> actionFn, executeActionInternal() function in MLIRContext |